replaceReducer
void
replaceReducer(
Replaces the reducer currently used by the store to calculate the state.
Implementation
void replaceReducer(Reducer<S> nextReducer);
void
replaceReducer(
Replaces the reducer currently used by the store to calculate the state.
void replaceReducer(Reducer<S> nextReducer);