hooks

use-debounced-value

Lags a changing value by a delay — returns the value as it was `delay` ms ago. For search inputs, auto-save triggers, etc.

Debounced (300ms):

Type in the input — the debounced value lags by 300ms.

Installation

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

Usage