Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created March 27, 2018 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/8566c201c31fc421c595a742ef1c9747 to your computer and use it in GitHub Desktop.
Save luandevpro/8566c201c31fc421c595a742ef1c9747 to your computer and use it in GitHub Desktop.
React
....
handleFullNameChange = (e) => {
this.setState({
fullName: e.target.value
})
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment