Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Replace Vuelidate with VeeValidate #1931

Closed
faustbrian opened this issue May 18, 2020 · 0 comments
Closed

Replace Vuelidate with VeeValidate #1931

faustbrian opened this issue May 18, 2020 · 0 comments
Labels
Type: Refactor The pull request improves or enhances an existing implementation.
Milestone

Comments

@faustbrian
Copy link
Contributor

Vuelidate is quite verbose because as soon as you use some custom rules or want to change error messages end up in a situation where you have schemas, error messages and validation rules inside your components while these kinds of things would be better stored elsewhere.

VeeValidate takes a cleaner approach by letting you extend and overwrite the rules that are exposed through the validation provider and then use a Vue component to wrap the data you would want to validate. It's also leaner because it doesn't come with a million rules out of the box, we can register as little or as many as we need and overwrite existing ones with our own implementations.

@faustbrian faustbrian added this to the 3.0.0 milestone May 18, 2020
@faustbrian faustbrian added the Type: Refactor The pull request improves or enhances an existing implementation. label May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Refactor The pull request improves or enhances an existing implementation.
Projects
None yet
Development

No branches or pull requests

1 participant