Skip to content

Reducers

For usage details, see AsyncReducer.

AsyncReducer utilities are provided by @chimeric/rtk-query:

import {
ChimericAsyncReducer,
IdiomaticAsyncReducer,
ReactiveAsyncReducer,
} from '@chimeric/rtk-query';

Instantiation and usage are identical to the shared Reducers documentation.