Skip to content

Functions

Explore hooks by category from the left sidebar and jump into implementation details quickly.

Core
Sort by

State

useAsyncState-Async state loader
useCounter-Numeric counter with helpers
useDebounce-Delay value updates until input settles
useDebouncedRefHistory-Debounced state history snapshots
useLastChanged-Track timestamp of last value change
useLatest-Store the latest value in a ref
useManualRefHistory-Manual commit history snapshots
usePrevious-Read the previous value
useRefHistory-State with history snapshots
useStorage-Storage-backed state
useStorageAsync-Async storage-backed state
useThrottle-Limit update frequency
useThrottledRefHistory-Throttled state history snapshots
useToggle-Toggle boolean state

Released under the MIT License.