GitHub

daffComposeReducers

Creates and returns a composite reducer that invokes each of the passed reducers in turn.

import { daffComposeReducers } from '@daffodil/core/state'
function daffComposeReducers<T, V extends Action = Action>(reducers: ActionReducer<T, V>[]): ActionReducer<T, V>