React hook to wrap setInterval
npm i @hooks/interval
useInterval(callback: Function, interval?: number | null): void
Will be executed each time the interval
elapses.
Length of time in milliseconds before the callback
is executed. Providing null
will clear the interval.