@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.

Usage no npm install needed!

<script type="module">
  import openReactHooksUseDebounce from 'https://cdn.skypack.dev/@open-react-hooks/use-debounce';
</script>

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.