hooks

use-debounced-state

A debounced setter that owns its own state — the setter is debounced, the value updates after the delay. Combines useState + useDebouncedValue in one call.

Debounced:

Type in the input — the state value updates after 300ms of quiet.

Installation

import from @workspace/ui module-owned, not registry-installable

Usage