Defined in: react-pacer/src/async-batcher/useAsyncBatcher.ts:12
TValue
TSelected = { }
optional onUnmount: (batcher) => void;
optional onUnmount: (batcher) => void;
Defined in: react-pacer/src/async-batcher/useAsyncBatcher.ts:20
Optional callback invoked when the component unmounts. Receives the batcher instance. When provided, replaces the default cleanup (cancel + abort); use it to call flush(), reset(), cancel(), add logging, etc.
ReactAsyncBatcher<TValue, TSelected>
void
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.