Open ORESoftware opened 4 years ago
Wouldn't https://www.npmjs.com/package/@types/yup suffice if you wanted the typings? Or is there some advantage I'm not aware of for a 3rd party codebase that is written in typescript?
Hi all
You can try fluentvalidation-ts
I'm using it with typescript and it's working ok.
You can use it like this:
<Formik ... validate={new MyValidator().validate} ...
Good luck
https://github.com/jquense/yup/issues/778
Right now we pairing formik with Yup. However Yup is not written in TS and we want to use libraries written in TS for our front-end. Is there a recommended library to plug into Formik which is written in TS?