A list of all hooks
In case you wonder where to find them.
By Javascript function
Set Timeout | MDN
Set Interval | MDN
Request Idle Callback | MDN
Request Animation Frame | MDN
By use case
Rate limiting / throttling / debouncing
- useThrottledState - tame rapid firing state updates, reducing the number of React updates
- useThrottle
- useDebounce
Reactive counters & timers
- useCounter - a reactive, customizable counter
- useTimer - a timer
- useCountdown - a countdown (ends automatically)
GFX / animation / rendering
- useAnimationFrameLoop - for animations, rendering etc.
Time
- useClock - displays a real-time digital clock