Skip to content

Instantly share code, notes, and snippets.

@andregardi
Created April 8, 2019 10:28
Show Gist options
  • Save andregardi/92c11f372d00cb02f48c253c0288ec63 to your computer and use it in GitHub Desktop.
Save andregardi/92c11f372d00cb02f48c253c0288ec63 to your computer and use it in GitHub Desktop.
// With empty array
useEffect(() => {
console.log('I will run only once');
}, []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment