debounce-for-react
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.
throttle-hooks
Convenient React useDebounce and useThrottle hooks for a clean code.