Skip to content
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 Module Reloading #1

Open
cytrowski opened this issue Mar 1, 2019 · 0 comments
Open

Hot Module Reloading #1

cytrowski opened this issue Mar 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@cytrowski
Copy link
Owner

Right now change in reducer requires full page reload to make it work since hot-reloaded reducer will not be able to register itself for the same action.

I plan to add warning in dev mode when you register second handler for the same action - it should fire only after full page reload. Right now teedux throws an error in this case.

@cytrowski cytrowski added the enhancement New feature or request label Mar 1, 2019
@cytrowski cytrowski added this to the Hot Module Reloading milestone Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant