Skip to content

Instantly share code, notes, and snippets.

@izabellewilding
Created July 9, 2020 20:59
Show Gist options
  • Save izabellewilding/19c3883630ea893dcc84c5b5be197be4 to your computer and use it in GitHub Desktop.
Save izabellewilding/19c3883630ea893dcc84c5b5be197be4 to your computer and use it in GitHub Desktop.
componentDidUpdate(prevProps) {
if (this.props.userName !== prevProps.userName) {
this.fetchData(this.props.userName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment