Validating React forms easily without third-party libraries(rafaelcamargo.com) |
Validating React forms easily without third-party libraries(rafaelcamargo.com) |
I'm already working with React and it's behaviors, don't need something surprisingly large to learn for ... a form.
As much as practical I'd rather let the back end do the validation and return some sensible message back to the user if there's a problem.
I think the example in the article is nice, that's not to say I disagree necessary with the article.