Skip to content

Instantly share code, notes, and snippets.

@dictions
Created May 6, 2016 21:00
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 dictions/b8ac05bb52aeefa87d5f4051d046d2d7 to your computer and use it in GitHub Desktop.
Save dictions/b8ac05bb52aeefa87d5f4051d046d2d7 to your computer and use it in GitHub Desktop.
this.createFormHelper('email')
// Returns:
{
get() {
return this.state
},
set(e) {
this.setState({email: e.target.value})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment