reactql / kit

ReactQL starter kit (use the CLI)
https://reactql.org
228 stars 38 forks source link

Load HMR on the server-side render #145

Closed dmitry closed 6 years ago

dmitry commented 6 years ago

Why there are no hot module replacement loaded on a development web server (server-side rendering) at http://localhost:8081?

I don't see any reason not doing that. In such case port 8080 might be removed at all, so everything could be at the one place.

leebenson commented 6 years ago

HMR via SSR was added in 3.0.0 today, btw - https://github.com/leebenson/reactql/releases/tag/3.0.0