Hooks
Explore the hooks available in Rehooks.
Available Hooks
useBattery
Fetches and monitors device battery level and charging state.
useClipboard
Provides a function to copy text to the clipboard effortlessly.
useCountdown
Implements countdown functionality with configurable options.
useCounter
Returns a tuple with counter value and increment, decrement, reset functions.
useCountUp
Implements count-up functionality with customizable settings.
useDebounceCallback
Debounces a callback, executing it only after a specified delay.
useDebounceValue
Debounces a value, updating it after a specified delay.
useDevice
Detects device type and returns a boolean for each detected type.
Explore more about the hooks available in Rehooks down below.