Created
July 20, 2018 19:04
-
-
Save araphiel/71c788c7798f21561c890ca796fa88fb to your computer and use it in GitHub Desktop.
React form handler
This file contains 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({ [event.currentTarget.name]: event.currentTarget.value }) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment