queue-universal
Throttled concurrency queue for node.js
Throttled concurrency queue for node.js
Simple promise-based function queue
Configure an action to run after user input stops
Optimize successive updates to a particular value.
react-use-debounce
Creates a throttled function that only invokes every `requestAnimationFrame`.
Helpers and mixins used by other Emberella addons.
Debounce stuttering changes into a single change.
A simple utility that limits the impact of functions the demand high CPU load
Execute only the latest call received in a determined time in milliseconds.
Simple evented debouncer. Emit events at reduced rate, limited per time unit.
Coalesces multiple calls to fetch() for the same URL into a single network request.
A React higher order component that will debounce the rendering of your React components
A simple service for debouncing function calls
debounce
React hook debounce
debounce for the browser and node.js
Utilities to help throttle events
A state container which limits the frequency with which setState can be called using lodash's debounce function. By default, `setState` is invoked on the trailing edge of the debounce call. If `leading` and `trailing` options are `true`, func is invoked
useful debounce better than lodash