Created
May 7, 2018 19:21
-
-
Save claudiojunior-me/902da1be9130685d63c6f972003d1a4f to your computer and use it in GitHub Desktop.
This file contains 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
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