Skip to content

Instantly share code, notes, and snippets.

@felipefunes
Created March 5, 2019 21:09
Show Gist options
  • Save felipefunes/cf44e228ee039355b4598895f1ebfc51 to your computer and use it in GitHub Desktop.
Save felipefunes/cf44e228ee039355b4598895f1ebfc51 to your computer and use it in GitHub Desktop.
useEffect(() => {
// Do something
}, []);
// Just the first render every time this component is mounted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment