Skip to content

Instantly share code, notes, and snippets.

@greaveselliott
Created June 23, 2019 20:43
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 greaveselliott/ee92724046b98f4345e3b4108d99d387 to your computer and use it in GitHub Desktop.
Save greaveselliott/ee92724046b98f4345e3b4108d99d387 to your computer and use it in GitHub Desktop.
return (
<main>
<h1>To do list</h1>
<form onSubmit={onFormSubmit}>
<input type="text" ref={input} />
<input type="submit"/>
</form>
// ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment