API Reference > ui-framework > Utilities > combineReducers combineReducers Variable Turns an object whose values are different reducer functions, into a single reducer function. It will call every child reducer, and gather their results into a single state object, whose keys correspond to the keys of the passed reducer functions. //@template S Combined state object type. Type CombineReducersFunction Default Value typescript baseCombineReducers as any Defined in ui/framework/src/ui-framework/utils/redux-ts.ts Line 232 Last Updated: 13 June, 2024