1.0.1 • Published 2 months ago

@raddix/use-debounce v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.