Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove support for changing store on the fly #80

Merged
merged 1 commit into from
Sep 1, 2015

Conversation

gaearon
Copy link
Contributor

@gaearon gaearon commented Sep 1, 2015

This removes the magical reducer replacement in favor of explicit replaceReducer() call where you create your store. See reduxjs/redux#667 for details.

gaearon added a commit that referenced this pull request Sep 1, 2015
Remove support for changing store on the fly
@gaearon gaearon merged commit 302f2b3 into wip-2.0 Sep 1, 2015
@gaearon gaearon deleted the remove-replacereducer-magic branch September 1, 2015 00:52
@aFarkas
Copy link

aFarkas commented Feb 8, 2017

From you relaease notes about hot module reload:

See reduxjs/redux#667 for a migration example.

The link provided isn't really helpful.

@gaearon
Copy link
Contributor Author

gaearon commented Feb 8, 2017

@aFarkas You can look at where the repo is located now, and use that to fix the link 😉 reduxjs/redux#667

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants