Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Last active October 21, 2020 18:48
Show Gist options
  • Select an option

  • Save rapPayne/27c6f9cdf890c375c00c8b627860e250 to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/27c6f9cdf890c375c00c8b627860e250 to your computer and use it in GitHub Desktop.
Why use a form?
Without a Form is simpler but... With a Form is more complex but...
You have very little control over the fields You have lots of control over the fields
Fields are unaware of each other Field data can be evaluated as a group
Validations are manual so you have to write more code Validations are easier because they're declarative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment