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

Use store.replaceReducer to split reducers #86

Open
richardscarrott opened this issue Apr 14, 2017 · 0 comments
Open

Use store.replaceReducer to split reducers #86

richardscarrott opened this issue Apr 14, 2017 · 0 comments

Comments

@richardscarrott
Copy link
Member

richardscarrott commented Apr 14, 2017

Right now in the code splitting branch reducers aren't code split as they're defined in reducers/index and they in turn import ACTION_TYPES from action creators so actions also aren't code split.

POC https://github.com/60frames/react-boilerplate/tree/code-splitting-reducer

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

No branches or pull requests

1 participant