Created
October 13, 2017 01:21
-
-
Save treyhuffine/13688d13d0cf500438011780c76901eb to your computer and use it in GitHub Desktop.
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
| shouldComponentUpdate(nextProps, nextState) { | |
| return this.props.clicks !== nextProps.clicks; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment