Releases: alizeait/use-debounce
Releases · alizeait/use-debounce
Release list
Initial Release
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).