Skip to content

Instantly share code, notes, and snippets.

@roeib
Created May 22, 2019 10:19
Show Gist options
  • Save roeib/3fd88d487574e950d95bb92e79d4f392 to your computer and use it in GitHub Desktop.
Save roeib/3fd88d487574e950d95bb92e79d4f392 to your computer and use it in GitHub Desktop.
// only run on mount. pass an empty array
useEffect(() => {
// only runs once
}, []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment