DEV Community

Discussion on: Why can't Form Validation be nice?

Collapse
 
kublermdk profile image
Michael Kubler

I love the Yii2 form validation. It's a PHP server side framework that outputs the client side code automatically for me and has a lot of control over all the weird cases like only being required if X=6 and z is set.

But as I mostly create and interact with REST APIs I don't get to use it too often.

I've just started playing with React and wondering if there's a good form validation system to go with material-ui or if I should just roll my own for my basic needs.