hookas
Registry for most popular React hooks based on the shadcn/ui.
State & Effects
useAsyncEffect
(use-async-effect)
A hook to run an async effect
useDebounceCallback
(use-debounced-callback)
A hook to debounce a callback
useDebounceMemo
(use-debounced-memo)
A hook to debounce a memo
useDebounceState
(use-debounced-state)
A hook to debounce a state
useInitializedEffect
(use-initialized-effect)
A hook to run an effect only after all dependencies are not undefined