Skip to content

Instantly share code, notes, and snippets.

@roeib
Created May 22, 2019 10:20
Show Gist options
  • Save roeib/3394f2bcf0eb71c5d9f15ae7ab4efd58 to your computer and use it in GitHub Desktop.
Save roeib/3394f2bcf0eb71c5d9f15ae7ab4efd58 to your computer and use it in GitHub Desktop.
// only run if count changes
useEffect(
() => {
// run here if count changes
},
[count]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment