Skip to content

Instantly share code, notes, and snippets.

@tsamaya
Created November 5, 2018 14:35
Show Gist options
  • Save tsamaya/2c13ce21dd9d511e841e6e84535fc473 to your computer and use it in GitHub Desktop.
Save tsamaya/2c13ce21dd9d511e841e6e84535fc473 to your computer and use it in GitHub Desktop.
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