Hooks
No hooks found in any category.
Category: utility
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
useThrottle
utilityA hook for throttling values to limit updates to at most once per specified delay period