Hi Lukasz,

1. What I need is react bootstrap, to easily build the nice views.
>


> 2. react tables (filter, sort, export to csv)
> 3. Then throw in authentication and registration both on the web and app.
>
> Any suggestions or cookiecutter template that has some samples already
> setup?
>

There is not yet a cookiecutter template, but it is quite trivial to set up.

Some suggestions

* Front end and back end codebases can live in separate repositories, with
some third repository for integration tests if needed

* Use any React front end scaffold to set up your front application, e.g.
https://github.com/cafreeman/generator-mobx-react

* Communicate with the backend using REST, AJAX

* Backend views can be built e.g. in https://github.com/Cornices/cornice
https://github.com/striglia/pyramid_swagger
https://github.com/mikeckennedy/restful-services-in-pyramid

* You can use Colander to validate incoming REST data

* React does its own routing using history JavaScript API. Set URL spoofing
using Nginx.

* For sign up and authentication  - cookie authentication works fine

* For widgets use your favorite React + Bootstrap widget kit

Best regards,
Mikko



>
> or is toscawidgets http://www.toscawidgets.org/ still the recommended way
> to build a front end UI?
>



>
> Thank you
> Lucas
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/pylons-discuss/4cd429ed-ec75-403b-9f4b-cdb903eb8b91%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/pylons-discuss/4cd429ed-ec75-403b-9f4b-cdb903eb8b91%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Mikko Ohtamaa
http://opensourcehacker.com
http://twitter.com/moo9000

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAK8RCUsfrd5jbq05jvubyjds%3DQ0WZ2hE29-7Gkzn6Pa0u7jWtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to