1.0.1 • Published 7 years ago
redux-immutable-global-state v1.0.1
redux-immutable-global-state
This is a mashup of two other projects:
redux-immutableis used to create an equivalent function of ReduxcombineReducersthat works with Immutable.js state.combine-reducers-global-stateprovides a version ofcombineReducersthat passes global state to all reducers as a third argument. This facilitates writing of reducers for portions of state that are dependent on other parts of state (i.e. inter-state dependencies).
See documentation of the above projects for details.