The individual case reducer functions that were passed in the reducers
parameter.
This enables reuse and testing if they were defined inline when calling createSlice
.
The slice name.
The slice's reducer.
a selector that returns state of slice from root state
Provides access to the initial state value given to the slice. If a lazy state initializer was provided, it will be called and a fresh value returned.
wrap the reducer of the slice with high order reducer
Generated using TypeDoc
Action creators for the types of actions that are handled by the slice reducer.