@open-react-hooks/use-debounce
v0.0.7
Published
> Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.
Downloads
57
Readme
@open-react-hooks/use-debounce
Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.