Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Inject reducer arbitrarily rather than top level for redux store to replace reducer #33

Open
rigids opened this issue Apr 13, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@rigids
Copy link

rigids commented Apr 13, 2019

Is it possible to inject the reducer to update the state of existing as well was one level below the current state using following doesnt works rather create a new item in state by name home.userData
const withReducer = injectReducer({ key: 'home.userData', reducer });

Is it possible that we can use key which is . separated to build nested object of asyncReducers ?

Having something like this will make this boilerplate viable for large scale applications , More context here

@rigids rigids changed the title Inject reducer arbitrarily rather than top level for redux store to replace reducer Go to the profile of Jimmy Shen Inject reducer arbitrarily rather than top level for redux store to replace reducer Apr 13, 2019
@flexdinesh flexdinesh added the help wanted Extra attention is needed label Apr 14, 2019
@rigids
Copy link
Author

rigids commented Nov 1, 2019

Any Update on this ?

@flexdinesh
Copy link
Owner

Sorry @rigids. I'm not actively maintaining this boilerplate anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants