<!-- automd:badges color=yellow codecov bundlephobia packagephobia -->
Debounce hook for react
Throttle and debounce functions.
Delay function calls until a set time elapses after the last invocation
TypeScript implementation of debounce
React component that renders Input with debounced onChange
Debounce a function
The lodash method `_.debounce` exported as a module.
Create a debounced version of a promise returning function
a simple debounce with no dependencies or crazy defaults
TypeScript definitions for throttle-debounce
TypeScript definitions for debounce
A React hook for debouncing setState and other callbacks
TypeScript definitions for debounce-promise
return a debounced function
Debounce promise-returning & async functions
A React Higher Order component that wraps your React Components and debounces their rendering. Uses lodash.debounce under the hood.
Primitives for creating scheduled — throttled or debounced — callbacks.
Debounce your async calls
An Apollo Link to debounce requests
A debounce util made by Instructure Inc.
TypeScript definitions for lodash.debounce
A simple vue directive for debounce
A tiny TypeScript library for debouncing functions.
Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When you create a job on a Worker with debounce enabled, Sidekiq::Debounce will delay the job until the debounce period has elapsed with no additional debounce calls. If you make another job with the same arguments before the specified time has elapsed, the timer is reset and the entire period must pass again before the job is executed.
TBD
Sidekiq extension that adds the ability to debounce job execution. Worker will postpone its execution after `wait time` have elapsed since the last time it was invoked. Useful for implementing behavior that should only happen after the input has stopped arriving.
Debounce Sidekiq jobs that have the same worker class and params.