GoodDAPP icon indicating copy to clipboard operation
GoodDAPP copied to clipboard

Use ready solutions to validate form

Open serdiukov-o-nordwhale opened this issue 4 years ago • 0 comments

We're performing form validation manually, as a result we have a lot of duplicated/similar code In opposite we could use libraries for validate forms.

For now the most popular solution is formik library. It could also work with declarative validators provided by yup library. Formik/yup usage could clean up the code from repeated/similat parts and simplify implementing validations

serdiukov-o-nordwhale avatar Apr 07 '20 10:04 serdiukov-o-nordwhale