@raddix/use-interval
v1.1.2
Published
A React hook for setting an interval.
Downloads
80
Maintainers
Readme
useInterval
The useInterval
hook is used to create an interval that executes a function every specified number of milliseconds. It is similar to the setInterval
function, but it is declarative and can be cancelled.
Please refer to the documentation for more information.