Created
March 9, 2022 21:48
-
-
Save toshvelaga/d7357d25feef766067397f6457733457 to your computer and use it in GitHub Desktop.
useInterval hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| useInterval(() => { | |
| // Your custom logic here | |
| if (isActive) { | |
| youtubeLiveViewCount() | |
| } else return null | |
| }, timer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment