UNPKG

debounce-for-react

Version:

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.

2 lines (1 loc) 46 B
export { useDebounce } from "./useDebounce";