useDebounce
React hook for debouncing a value for a given delay.
Installation
Example
Usage
Reference
Parameters
value
: The value to debounce.
delay
: The delay in milliseconds, defaults to 500.
Return Value
The debounced value.
Links
use-debounce.ts