Skip to content

Instantly share code, notes, and snippets.

@unk
Created March 6, 2019 07:57
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 unk/7f51341ff3d55da8327aef27e53c5786 to your computer and use it in GitHub Desktop.
Save unk/7f51341ff3d55da8327aef27e53c5786 to your computer and use it in GitHub Desktop.
setState.js
this.setState({value: 'changed!'}, () => console.log(this.state) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment