All hooks
useAsync
Manage async function lifecycle with idle, pending, fulfilled, and rejected states.
useDebounceDelay value updates until the user stops typing.
useThrottleLimit how often a value can change with leading-edge semantics.
useDelayExecute a callback after a configurable delay.
useDocumentTitleSet and restore the document title declaratively.
useLocalStorageTyped local storage operations with automatic JSON serialisation.
useQueryParamsRead and write URL query parameters with full type safety.