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.