Skip to content

Instantly share code, notes, and snippets.

@alpavlove
Created May 23, 2022 11:28
Show Gist options
  • Save alpavlove/544e359d4aba5f618d475ca3dfe11094 to your computer and use it in GitHub Desktop.
Save alpavlove/544e359d4aba5f618d475ca3dfe11094 to your computer and use it in GitHub Desktop.
React Hooks instead of lifecycle methods
useEffect(() => {
console.log(title)
}, [title]) // Re-run the effect only if title was changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment