Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@greaveselliott
Created June 23, 2019 18:34
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/566f5b43086c6ae71e0137a593d8f466 to your computer and use it in GitHub Desktop.
Save greaveselliott/566f5b43086c6ae71e0137a593d8f466 to your computer and use it in GitHub Desktop.
return (
<main>
<h1>To do list</h1>
<form>
<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