-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
Hot Reload Actions #782
Comments
They should work out of the box. |
(With Webpack Hot Module Replacement, updates to stateless modules "bubble up" until some module handles them. In case of action creators, updates will bubble to components, which are handled by |
@gaearon Can you point us to any starter kit, where actions are hot reloadable? I tried some without success. |
Examples folder in this project should work. |
Oh, I see now. This got broken after the switch from React Hot Loader to React Transform (#690). The reason for this is that Since this is an issue unrelated to Redux, please track it in gaearon/babel-plugin-react-transform#26. You can also keep using React Hot Loader until it is fixed. With React Hot Loader, action creators should get reloaded just fine. |
You might be interested in #1455. |
This is fixed in React Hot Loader 3. |
Awesome work Dan, you are the man :-) |
Anyone done any work or have any ideas on hot reloadable actions?
este/este#482
The text was updated successfully, but these errors were encountered: