Created
December 20, 2016 00:29
-
-
Save teejayvanslyke/2eee64f87ec2f736f086b880798dd25f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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