ayroblu / ssr-create-react-app-v2

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice
230 stars 50 forks source link

Render from server in development #7

Closed nicholasareed closed 7 years ago

nicholasareed commented 7 years ago

Currently the universal.js file uses the production build of the index.html file (npm run build); could you recommend a way of getting the server-side rendering to work while also in development?

ayroblu commented 7 years ago

Not with create react app - it currently runs a server to do the hot reloading etc