svnm / react-router-redux-example

react, redux, react-router, reselect, css-modules
205 stars 54 forks source link

Converting existing react+redux+react-router App to server side render #14

Closed jasan-s closed 7 years ago

jasan-s commented 7 years ago

I currently have a an SPA that uses React+Redux+react-router deployed using firebase hosting. However I wanted utilize server side rendering. I am looking at this project but still unclear about how to achieve it. Can you recommend a post /article as to how to add such functionality. Would i use something like heroku to run the server in addition to firebase hosting or would i just use heroku and not firebase hosting.

svnm commented 7 years ago

You would host the node/express server on something like Heroku yes that is correct. As for the front end, it could be static like on S3 or Firebase, as long as it has access to the express server. This post has some info on that.