debounce-it
A simple debounce function for limiting function calls
A simple debounce function for limiting function calls
npm package for debounce
wrap a function in a debounce microtask
[](https://www.npmjs.com/package/debounce-n-throttle)  ![Size](https://img.badgesize.io/sekoyo/debounce
Prevent duplicate requests
A tool to easily make the search debounce properly
simple debounce
throttle and debounce a function based on a parameter key
Debounce and throttle functions to enhance the website performance by limiting/reducing the number of times the handler function is being executed due to user events. User events can be engagements like clicks, scroll, resize, text box inputs, mouse event
A flexible debounce function for all event-related methods.
debounceCallback works similar to useDebounceCallback hook in @react-hook/debounce. However debounceCallback is not a hook in react.
Run and cache a command based on various factors
React component that debounce state
A simple and lightweight React hook for debouncing values. Ideal for optimizing performance in search fields, input handling, and other scenarios where you want to limit the rate of updates.
debounce-add-throttle
Utility functions for debouncing and throttling promises.
A TypeScript package implementing debounce and throttle functions
A lightweight utility for debouncing and throttling functions, optimized for performance.
A lightweight utility library that provides debounce and throttle functions to optimize performance by controlling the execution frequency of functions.
Function wrapper, that cancels the previous function call, if time between previous and current call less than ms