Skip to content

Instantly share code, notes, and snippets.

@glendaviesnz
Last active May 26, 2018 02:46
Show Gist options
  • Save glendaviesnz/dc10b33e8033ba730059f2e7acad339a to your computer and use it in GitHub Desktop.
Save glendaviesnz/dc10b33e8033ba730059f2e7acad339a to your computer and use it in GitHub Desktop.
Rxjs based React forms blog post
<EasyForm onsubmit="this.onFormSubmit">
<label>
First name
<input name="firstName" />
</label>
<label>
Last name
<input name="lastName" />
</label>
<input name="newsletterSub" type="checkbox" />
<button type="submit">Submit</button>
</EasyForm>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment