@tempots/dom

Prop.reducer property

Creates a reducer function that combines the provided reducer function and effects.

Signature:

readonly reducer: <A>(fn: (acc: T, value: A) => T, ...effects: ReducerEffect<T, A>[]) => (action: A) => void;