applyAsyncReducers
Last updated
Last updated
A function that takes a reducer creator, created with returns a for dynamic Reducer injection.
reducerCreator (Function
): A function that accepts an object with reducers and
(Function
): A store enhancer that is used as an argument for to enable dynamic Reducer injection.