Closed dmitry closed 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.
8080
HMR via SSR was added in 3.0.0 today, btw - https://github.com/leebenson/reactql/releases/tag/3.0.0
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.