Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

ReactAsyncDebouncerOptions

Interface: ReactAsyncDebouncerOptions<TFn, TSelected>

Defined in: react-pacer/src/async-debouncer/useAsyncDebouncer.ts:13

Extends

  • AsyncDebouncerOptions<TFn>

Type Parameters

TFn

TFn extends AnyAsyncFunction

TSelected

TSelected = { }

Properties

onUnmount()?

ts
optional onUnmount: (debouncer) => void;
optional onUnmount: (debouncer) => void;

Defined in: react-pacer/src/async-debouncer/useAsyncDebouncer.ts:21

Optional callback invoked when the component unmounts. Receives the debouncer instance. When provided, replaces the default cleanup (cancel + abort); use it to call flush(), reset(), cancel(), add logging, etc.

Parameters

debouncer

ReactAsyncDebouncer<TFn, TSelected>

Returns

void

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.