Skip to content

Releases: alizeait/use-debounce

Release list

Initial Release

Choose a tag to compare

Initial release

A React hook that creates a debounced value that gets updated after delay milliseconds have
elapsed since the last time useDebounce was invoked.
If delay is omitted in an environment with requestAnimationFrame, value will be debounced until the
next frame is drawn (typically about 16ms).