gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

No solution for server-side rendering #130

Closed daryn-k closed 7 years ago

daryn-k commented 7 years ago

It's stupid and useless boilerplate for server-side rendering

Izhaki commented 7 years ago

SSR is way more complex than what this project is intended for.

The leading project on this front is next.js and you'll get a sense of the scale supporting SSR involves by looking at the source.