Function: combineReducers()
combineReducers(
reducers
):AsyncReducer
Defined in: utils.ts:156
Combines reducers into a single reducer function. Initializes the default state by invoking each reducer with undefined
and a special @@INIT
action.
combineReducers(
reducers
):AsyncReducer
Defined in: utils.ts:156
Combines reducers into a single reducer function. Initializes the default state by invoking each reducer with undefined
and a special @@INIT
action.