📄️ useDebounce
A Custom hook that delays the execution of a callback function until after a specified delay has elapsed since the last change in dependencies.
📄️ useInterval
A custom hook to execute a callback at a specified interval.
📄️ useTimeout
A custom hook for managing a timeout.