Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created October 19, 2018 10:07
Show Gist options
  • Select an option

  • Save haldarmahesh/bfc40b590ec841de862317c5548ba4df to your computer and use it in GitHub Desktop.

Select an option

Save haldarmahesh/bfc40b590ec841de862317c5548ba4df to your computer and use it in GitHub Desktop.
shouldComponentUpdate(nextProps, nextState) {
let shouldUpdate = this.props.status !== nextProps.status;
return shouldUpdate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment