@raddix/use-debounce
v1.0.1
Published
A React hook that provides a debounced value of the provided value.
Downloads
48
Maintainers
Readme
useDebounce
The useDebounce
hook is used to debounce a value. It is useful when you want to delay the execution of a function until a value has not changed for a certain amount of time.
Please refer to the documentation for more information.