StoreReducertype
(value: O, ...args: A) => AsyncStoreInput<I>
| Type | |
|---|---|
AsyncStoreInput | Synchronous or asynchronous values that a store natively knows how to process as inputs. |
Reducer that receives a store's current value and returns the store's next value (possibly asynchronously).