-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Guides - Set Up HMR with Redux #88
Comments
Isn't this covered by https://webpack.js.org/guides/hmr-react/? |
Yeah. You can implement the interface for reducers like I have done here. |
@bebraw I don't see anything in the article you linked to that cover HMR for redux. If you can point me to right places I might be able to tackle this either as a follow up or part of #1251. I'm actually somewhat interested in this anyway as I've used redux in multiple projects but changing reducers has always required a full browser refresh. |
Hi, the info went to this article as I split it up. You have to scroll down a bit. |
Redux specific HMR setup.
The text was updated successfully, but these errors were encountered: