Last active
October 21, 2020 18:48
-
-
Save rapPayne/27c6f9cdf890c375c00c8b627860e250 to your computer and use it in GitHub Desktop.
Why use a form?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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