Defined in: react-pacer/src/throttler/useThrottler.ts:13
TFn extends AnyFunction
TSelected = { }
optional onUnmount: (throttler) => void;
optional onUnmount: (throttler) => void;
Defined in: react-pacer/src/throttler/useThrottler.ts:21
Optional callback invoked when the component unmounts. Receives the throttler instance. When provided, replaces the default cleanup (cancel); use it to call flush(), reset(), cancel(), add logging, etc.
ReactThrottler<TFn, 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.