Skip to content

Instantly share code, notes, and snippets.

@alpavlove
Last active May 23, 2022 11:34
Show Gist options
  • Save alpavlove/b8c6da71c63a9a010612339f9170749b to your computer and use it in GitHub Desktop.
Save alpavlove/b8c6da71c63a9a010612339f9170749b to your computer and use it in GitHub Desktop.
React Hooks instead of lifecycle methods
const Component = React.memo(function Component(props) {
// your code is here...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment