-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reloading #216
Comments
HMR doesn't work with pure components. ); We should remove the feature. Want to PR? |
Can you give some context why HMR is not working with pure components? Yes I will make a PR. |
It's a known issue with HMR in general. Discussion is here. |
React Hot Loader 3 supports functional components without destroying the state. |
@ericelliott I suggest we are waiting for React Hot Loader 3, right? |
Note it might take quite a while to release as stable because I have no time to work on docs or website right now. Those are the blockers. See gaearon/react-hot-loader#243. |
What is the actual implementation state of the "hot reloading" feature in this repo? A fresh install of the repo shows the following console output after a file change:
The text was updated successfully, but these errors were encountered: