Skip to content

Instantly share code, notes, and snippets.

@hnrchrdl
Last active August 19, 2019 22:31
Show Gist options
  • Save hnrchrdl/2bb3a689c7131fb52598ff7a2e33c564 to your computer and use it in GitHub Desktop.
Save hnrchrdl/2bb3a689c7131fb52598ff7a2e33c564 to your computer and use it in GitHub Desktop.
shouldComponentUpdate(prevProps) {
return prevProps.isAboveFive !== this.props.isAboveFive;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment