Created
November 5, 2018 14:35
-
-
Save tsamaya/2c13ce21dd9d511e841e6e84535fc473 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
constructor(props) { | |
super(props); | |
this.state = { | |
query: '', | |
apikey: '', | |
isSubmitting: false, | |
response: {}, | |
}; | |
this.handleSubmit = this.handleSubmit.bind(this); | |
this.handleChange = this.handleChange.bind(this); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment