Skip to content

Instantly share code, notes, and snippets.

@hg-pyun
Created September 16, 2018 12:50
Show Gist options
  • Save hg-pyun/b3fe9ff5af66c33ec0ead005e0f00164 to your computer and use it in GitHub Desktop.
Save hg-pyun/b3fe9ff5af66c33ec0ead005e0f00164 to your computer and use it in GitHub Desktop.
currying.12.js
// react
const handleChange = (fieldName) => (event) => {aveField(fieldName, event.target.value)}
<input type="text" onChange={handleChange('email')} ... />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment