You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2020. It is now read-only.
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