Showing 1-20 of 824,940 packages
Debounce hook for react
use-debounce
react-use-debounce
Debounce hook for react
React hook that exposes the pending state of a debounced value
A React hook for value debouncing with leading/trailing edge and maxWait options
A React hook for debouncing callback functions
Debounce hook for preact
useDebounce debounces the state value.
A simple and reusable debounce hook for React
Throttle and debounce functions.
React hooks for debouncing and throttling.
Delay function calls until a set time elapses after the last invocation
<!-- automd:badges color=yellow codecov bundlephobia packagephobia -->
The `useDebounce` hook is used to delay the execution of a function until a specified amount of time has passed since it was last invoked. This is useful for handling rapid user input scenarios, such as search input fields or window resizing.
This react hook provide a way to delay execution of functions, enhancing user experience and performance.
React component that renders Input with debounced onChange
The callback function will be called only when N ms has elapsed after the last call attempt.
Debounce a function