Skip to content

Instantly share code, notes, and snippets.

@misss-popcorn
Created October 25, 2020 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misss-popcorn/3a3244d95f3db7beaef2160e6260f0cf to your computer and use it in GitHub Desktop.
Save misss-popcorn/3a3244d95f3db7beaef2160e6260f0cf to your computer and use it in GitHub Desktop.
componentDidUpdate(prevProps, prevState) {
if (this.state.name !== prevState.name)
this.setState({textColor: getRandomColor()});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment