Hooks
No hooks found in any category.
Category: utility
useClosure
utilityA hook for creating and working with JavaScript closures, demonstrating closure concepts and patterns
useDebounce
utilityA hook for debouncing values to delay updates until after a specified delay period
useIsMounted
utilityA hook that returns whether the component is currently mounted
usePrevious
utilityA hook that returns the previous value of a state or prop
useSymbol
utilityA hook for creating and managing JavaScript Symbols with utilities for global registry and well-known symbols
useThrottle
utilityA hook for throttling values to limit updates to at most once per specified delay period
useTimeout
utilityA hook for managing timeouts with start, stop, and reset functionality