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