Core API Overview > @adpt/core > StateUpdater
StateUpdater type
Signature:
export declare type StateUpdater<P = AnyProps, S = AnyState> = (prev: S, props: P) => Partial<S> | Promise<Partial<S>>;
Adapt v0.2.0: now with Node.js v12 and v13 support, easier installs, and more! Read more...