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.
> Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.
<script type="module">
import openReactHooksUseDebounce from 'https://cdn.skypack.dev/@open-react-hooks/use-debounce';
</script>
@open-react-hooks/use-debounceCreates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.