composeReducerCreator
Last updated
Last updated
A helper function that takes the Object with Reducers and returns a reducer creator for dynamic reducer injection by
The reducer creator is only required for setting-up the store.
reducers
(Object
): An object whose values correspond to different reducing functions that need to be combined into one. See the notes below for some rules every passed reducer must follow.
(Function
): A function that is used to create a set of reducers and will be used by enhancer for dynamic Reducer injection. Serves as a replacement for
./src/reducers