Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Last active May 21, 2018 06:37
Show Gist options
  • Save teimurjan/de811f05470a0b939f504c0a7aa5a47d to your computer and use it in GitHub Desktop.
Save teimurjan/de811f05470a0b939f504c0a7aa5a47d to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
export default class extends React.Component {
shouldComponentUpdate(nextProps, nextState) {
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment