react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

Hot reload from Components - Not Working ....

Open Asher978 opened this issue 6 years ago • 6 comments

After a fresh install of this repo and running in dev ...

encountered that the Hot reload is not functioning properly. For example if I change something in LoginForm and save, I see the below in my console.

image

usage of LoginForm:

// in Login.js (container)
import LoginForm from 'components/LoginForm/LoginForm';

// in routes.js
import Login from 'containers/Login/Loadable';

Any Suggestions?

Asher978 avatar Apr 23 '19 16:04 Asher978

From what I understand, this is the correct behavior. When rebuilding, WebSocket connection will experience a short downtime.

Also this duplicate with #533

bblurock avatar Apr 24 '19 12:04 bblurock

This is the normal behavior, the server restarts and the connection is lost for a short time.

bertho-zero avatar Apr 24 '19 12:04 bertho-zero

From what I understand, this is the correct behavior. When rebuilding, WebSocket connection will experience a short downtime.

Also this duplicate with #533

This isn't a duplicate. This issue was related to hot reloading not working properly from components. The duplicate you referred to #533 is related to sockets connection.

This issue is still unanswered and I would like the issue to be opened again.

Asher978 avatar Apr 24 '19 22:04 Asher978

Hi @bertho-zero ,

Thanks for this repo but hot reload is frustrating it doesn't work. any updates on the same

chiragprodsmiths avatar Sep 27 '19 14:09 chiragprodsmiths

I am not very available at the moment but I am open to any PR, do not hesitate to investigate.

bertho-zero avatar Sep 27 '19 15:09 bertho-zero

I am not very available at the moment but I am open to any PR, do not hesitate to investigate.

Sure. Thanks

chiragprodsmiths avatar Sep 27 '19 15:09 chiragprodsmiths