Skip to content

Instantly share code, notes, and snippets.

@toshvelaga
Created March 9, 2022 21:48
Show Gist options
  • Select an option

  • Save toshvelaga/d7357d25feef766067397f6457733457 to your computer and use it in GitHub Desktop.

Select an option

Save toshvelaga/d7357d25feef766067397f6457733457 to your computer and use it in GitHub Desktop.
useInterval hook
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