Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created October 13, 2017 01:21
Show Gist options
  • Save treyhuffine/13688d13d0cf500438011780c76901eb to your computer and use it in GitHub Desktop.
Save treyhuffine/13688d13d0cf500438011780c76901eb to your computer and use it in GitHub Desktop.
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