ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

no live reload on the browser #533

Closed sahaam closed 6 years ago

sahaam commented 6 years ago

Hi,

I ran the application in dev mode using command "npm run develop". When I make changes in the file shared/components/DemoApp/AsyncAboutRoute/AboutRoute.js or shared/components/DemoApp/AsyncCounterRoute/CounterRoute.js I don't see the Client(in the browser) getting the changes .

Any particular reason behind this? or this is designed in this way. When I refresh the browser(http://localhost:1337) I can see my changes.

ctrlplusb commented 6 years ago

See #506