Created
November 5, 2018 14:36
-
-
Save tsamaya/0a74902135b74a644f5778bf7c4eb077 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(key, value) { | |
this.setState({ [key]: value }); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment