Debounce a function
Debounce function
debounce-fn package exported as CommonJS modules
Delay function calls until a set time elapses after the last invocation
* `debounceWrapper`: the function to debounce * `fn`: the function of input trigger * `time`: milliseconds of setTimeout interval
Debounce promise-returning & async functions
An extremely tiny library for debouncing.
Timers extensions
<!-- automd:badges color=yellow codecov bundlephobia packagephobia -->
This is a package which provides `throttle` and `debounce` functions, with both flow and TypeScript declarations, and a minimal code footprint (less than 60 lines, less than 350 bytes minified+gzipped)
a simple debounce with no dependencies or crazy defaults
Debounce hook for react
Throttle and debounce functions.
A tiny fully-featured debounce and throttle implementation.
Debounce a function
Debounce for ReScript
Check if something is a generator function
TypeScript implementation of debounce
React component that renders Input with debounced onChange
Ensure a function is only called once
Event emitter
`Start a promise chain
Debounce hooks for @rescript/react
The lodash method `_.debounce` exported as a module.