flexdinesh/react-redux-boilerplate

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

Open

#33 geöffnet am 13. Apr. 2019

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (275 Forks)batch import
help wanted

Repository-Metriken

Stars
 (782 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide