flexdinesh / react-redux-boilerplate

A minimal React-Redux boilerplate with all the best practices
MIT License
782 stars 274 forks source link

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

Open rigids opened 5 years ago

rigids commented 5 years ago

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 keywhich 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 commented 5 years ago

Any Update on this ?

flexdinesh commented 5 years ago

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