Skip to content

Functions

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

Core
Sort by

Watch

useEventListener-Attach and clean up event listeners
useWatchArray-Watch array membership changes
useWatchAtMost-Watch a value with a run limit
useWatchDebounced-Debounce watched values
useWatchDeep-Watch deep object changes
useWatchIgnorable-Watcher with temporary ignore
useWatchImmediate-Watch value changes immediately
useWatchOnce-Watch a value only once
useWatchPausable-Pausable value watcher
useWatchThrottled-Throttle watched values
useWatchTriggerable-Watcher with manual trigger
useWatchWithFilter-Watcher with predicate filter
useWhenever-React to truthy transitions

Released under the MIT License.