Last active
May 23, 2022 11:34
-
-
Save alpavlove/b8c6da71c63a9a010612339f9170749b to your computer and use it in GitHub Desktop.
React Hooks instead of lifecycle methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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