alexkuz / flask-react-boilerplate

MIT License
368 stars 59 forks source link

Can this be edited to render reactjs components on the server side ? #3

Open EugeneLiang opened 8 years ago

EugeneLiang commented 8 years ago

Hi good day!

Great work on this boiler plate!

I was checking through the code, and I was wondering how can this boiler plate be changed such that the reactjs components can be generated on the server side ?

Just a noob in reactjs, so asking for ideas.

Best Regards

alexkuz commented 8 years ago

Good question :) I haven't investigate this, but I don't think there is an easy way. You'll have to use node server to render js, I guess, so maybe it's easier to use https://github.com/srn/react-webpack-boilerplate instead

jldork commented 7 years ago

https://github.com/markfinger/python-react This may be related!