A higher order reducer that creates a RequestReducer, the type of reducer used
to handle the different types of actions that are processed and dispatched by the apiMiddleware.
Parameters
key: string
A string value used to set a given namespace for the reducer for clean separation of concerns.
A higher order reducer that creates a
RequestReducer
, the type of reducer used to handle the different types of actions that are processed and dispatched by theapiMiddleware
.