Skip to content

Instantly share code, notes, and snippets.

@heron2014
Created December 1, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heron2014/e804e4cd89583ba4d9af9d876696876a to your computer and use it in GitHub Desktop.
Save heron2014/e804e4cd89583ba4d9af9d876696876a to your computer and use it in GitHub Desktop.
useEffect - on every render
useEffect(() => {}) // run arrow function every time the component is rendered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment