1.1.2 • Published 2 months ago

@raddix/use-interval v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.