@ayltai/use-interval
v1.0.7
Published
A React hook for useInterval()
Downloads
18
Readme
React Hook: use-interval
A React hook for useInterval()
.
Installation
npm install @ayltai/use-interval
Usage
useInterval(callback, interval);
Parameters
| Parameter | Description |
|-----------|-----------------------------------------------------------------|
| callback
| The function that will be called every interval
milliseconds |
| interval
| A number that represents the interval |