Nothing like that exists… although it doesn’t need to.

Write your Pyramid app as a simple REST api that exposes a bunch of endpoints 
that speak JSON. Put authentication and registration on there like you would 
with any API.

Then as a completely separate application write your React app using whatever 
components you want to use, then have it talk to the Pyramid app using the REST 
api.

There is no dependency on Pyramid for React or vice-versa.

Bert

> On Aug 24, 2017, at 21:31, Lukasz Szybalski <szybal...@gmail.com> wrote:
> 
> Hello
> Are there any documentation on how to get pyramid and react working together.
> 
> I'm currently working on a new website, and I'm going to need to build an app 
> that looks and behaves exactly as the site and I would like to do it once.
> 
> 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?
> 
> 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 
> <mailto:pylons-discuss+unsubscr...@googlegroups.com>.
> To post to this group, send email to pylons-discuss@googlegroups.com 
> <mailto: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 
> <https://groups.google.com/d/optout>.

-- 
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/FAC6F9CD-4DA7-4A98-91F4-1DF6597DC017%400x58.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to