Validating forms in ReactJs

147 Views Asked by At

Is there a standard way to validate forms in reactjs?

The form is fairly simple but have to validate a string (length) an int and they are all required.

Have seen things like this but they seem a bit bloated.

https://www.npmjs.com/package/react-validation
https://www.npmjs.com/package/validator

Am really just looking for a standard method, or official package but there does not seem to be one.

0

There are 0 best solutions below