21.4 KB
11 tested
useClick Outside
useClickOutsidetriggers a callback when a click occurs outside the
useClipboard
useClipboardcopy-to-clipboard with success feedback timeout.
useCrud
useCrudgeneric CRUD operations over a service layer with optimistic state.
useDate Range
useDateRangepersist a { from, to } date range to/from localStorage.
useDebounce
useDebouncedebounces a callback by the given delay.
useFetch
useFetchone-shot async data fetching with loading/error state.
useKeyboard
useKeyboardglobal keyboard shortcut listener with modifier support.
useLocal Storage
useLocalStorageSSR-safe state synchronization with localStorage.
useMedia Query
useMediaQueryreactive CSS media query matcher.
usePolling
usePollingperiodic data fetching with automatic cleanup.
useSet Toggle
useSetTogglemanages a Set<string> with toggle/toggleAll semantics and
useTween Value
useTweenValueout cubic — fast start, gentle landing.