@comparaonline/ui-forms-validators
v1.7.0
Published
Functional approach for our Compara's standard form library [ui-forms](https://github.com/comparaonline/ui-forms)
Downloads
72
Maintainers
Keywords
Readme
@compara/ui-forms-validators
Functional approach for our Compara's standard form library ui-forms
Motivation
Move our current class based validations into a more functional approach. Instead of initializing a main class that validate and manage the validators register, the idea is to take advantage of Typescript's static typing and tree shaking to correctly reutilize every validator through a form.