1.7.0 • Published 3 years ago

@comparaonline/ui-forms-validators v1.7.0

Weekly downloads
162
License
MIT
Repository
-
Last release
3 years ago

@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.