flask-react-boilerplate icon indicating copy to clipboard operation
flask-react-boilerplate copied to clipboard

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

Open EugeneLiang opened this issue 9 years ago • 2 comments

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

EugeneLiang avatar Jul 18 '15 08:07 EugeneLiang

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

alexkuz avatar Jul 20 '15 17:07 alexkuz

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

jldork avatar Oct 06 '16 04:10 jldork