Skip to content

Instantly share code, notes, and snippets.

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 teejayvanslyke/2eee64f87ec2f736f086b880798dd25f to your computer and use it in GitHub Desktop.
Save teejayvanslyke/2eee64f87ec2f736f086b880798dd25f to your computer and use it in GitHub Desktop.
handleChange(event) {
this.setState({ message: event.target.value }, () => {
console.log(this.state)
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment