Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created October 28, 2018 21:35
Show Gist options
  • Save neosaurrrus/3fe0c69c8d47440bc97ff6d02cd2b603 to your computer and use it in GitHub Desktop.
Save neosaurrrus/3fe0c69c8d47440bc97ff6d02cd2b603 to your computer and use it in GitHub Desktop.
handleChange = event => {
const updatedGrocery = {
...this.props.grocery,
[event.currentTarget.name]: event.currentTarget.value
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment