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

Remove combineReducers shortcut in favor of an explicit call #257

Merged
merged 1 commit into from
Jul 12, 2015

Conversation

gaearon
Copy link
Contributor

@gaearon gaearon commented Jul 12, 2015

This removes the implicit reducer combination in favor of an explicit combineReducers at the call site.

I think by this time everybody's onboard with the idea of a single reducer managing the app.
This change makes it easier to build the tooling (higher-order stores in particular).

@gaearon gaearon force-pushed the combine-reducers-explicitly branch from 51c7ed8 to 650f002 Compare July 12, 2015 23:30
gaearon added a commit that referenced this pull request Jul 12, 2015
Remove combineReducers shortcut in favor of an explicit call
@gaearon gaearon merged commit 6fe0625 into breaking-changes-1.0 Jul 12, 2015
@gaearon gaearon deleted the combine-reducers-explicitly branch July 12, 2015 23:31
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant