Skip to content

Instantly share code, notes, and snippets.

@mlshv
Created November 17, 2018 09:23
Show Gist options
  • Save mlshv/f68155384ee4d1e4cb6b50ed005fe35f to your computer and use it in GitHub Desktop.
Save mlshv/f68155384ee4d1e4cb6b50ed005fe35f to your computer and use it in GitHub Desktop.
single variable example event
// in some react class component
handleChangeInput = (e) => {
this.setState({ [e.target.name]: e.target.value })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment