Showing 1-20 of 468 packages
useDebounce debounces the state value.
Convenient React useDebounce and useThrottle hooks for a clean code.
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.
PAST3LLE common hooks e.g useDetectIntoView, useDebounce, etc.
Debounce hook for react
A React hook for debouncing setState and other callbacks
useDebounce Hook
> **Note**: This package must **not** contain Vue components.
- [`useDebounce`](./docs/useDebounce.md) — 用来处理防抖值的 Hook。 - [`useDebouncedCallback`](./docs/useDebouncedCallback.md) — 用来处理防抖函数的 Hook。 - [`useImmer`](./docs/useImmer.md) — 用来处理不可变状态的 Hook。 - [`useShallow`](./docs/useShallow.md) — 用
A collection of modern, server-safe React hooks – from the ui.dev team
React hooks for debouncing value or function calls
useDebounce hook
Custom react hooks for lodash debounce.
admin-ui shared hooks
Universal debounce hook for react
Collection of composable data hooks
自定义react hooks, 包含useDebounce, useWorker等
Bring debounce & throttle of lodash version to react-hooks
React hooks for updating components when the size of the `window` changes.
useDebounce is a custom React hook that delays invoking a function until a specified time has passed since the last call, ideal for handling user input like search fields.