Skip to content

Instantly share code, notes, and snippets.

@viclotana
Created October 25, 2018 14:19
Show Gist options
  • Save viclotana/6d61dca5d7d98c7ae846af8f865182c6 to your computer and use it in GitHub Desktop.
Save viclotana/6d61dca5d7d98c7ae846af8f865182c6 to your computer and use it in GitHub Desktop.
const MyComponent = React.memo(function MyComponent(props) {
/* only rerenders if props change */
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment