Skip to content

Instantly share code, notes, and snippets.

@hkdeven
Last active December 12, 2016 01:50
Show Gist options
  • Save hkdeven/356be3fa6b922764d13b01dc3b1ebfbd to your computer and use it in GitHub Desktop.
Save hkdeven/356be3fa6b922764d13b01dc3b1ebfbd to your computer and use it in GitHub Desktop.
What is JSX, ES5, ES6 blog article fig1.2
function makeInput(contents) {
return <input type="text" value={contents} className="form-control" />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment