Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save claudiojunior-me/902da1be9130685d63c6f972003d1a4f to your computer and use it in GitHub Desktop.
Save claudiojunior-me/902da1be9130685d63c6f972003d1a4f to your computer and use it in GitHub Desktop.
class App extends Component {
shouldComponentUpdate(newProps, newState) {
return newProps.title !== this.props.title;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment