hookas

Registry for most popular React hooks based on the shadcn/ui.

Website

State & Effects

useAsyncEffect

(use-async-effect)

hook

A hook to run an async effect

View

use-async-effect.ts

useDebounceCallback

(use-debounced-callback)

hook

A hook to debounce a callback

View

use-debounced-callback.ts

useDebounceMemo

(use-debounced-memo)

hook

A hook to debounce a memo

View

use-debounced-memo.ts

useDebounceState

(use-debounced-state)

hook

A hook to debounce a state

View

use-debounced-state.ts

useInitializedEffect

(use-initialized-effect)

hook

A hook to run an effect only after all dependencies are not undefined

View

use-initialized-effect.ts