Docs
useDebounceCallback
Delay function execution with useDebounceCallback, providing options for canceling, flushing, and checking if a call is pending.
Installation
Usage
API Reference
Parameters
Name | Type | Description |
---|---|---|
func | () => void | The cleanup function to be executed on unmount. |