Skip to content

Commit

Permalink
docs: added Why? page
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 13, 2023
1 parent 61c9eeb commit 827c889
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/docs/introduction/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Why?

## References
Since switching the bulk of my programming work from Angular to Vue I was missing a simple to use and lightweight form validation library. I was looking for something similar to Angulars's [`Reactive forms`](https://angular.io/guide/reactive-forms) and [`FormBuilder`](https://angular.io/guide/reactive-forms#using-the-formbuilder-service-to-generate-controls) APIs. After a bit of tinkering, I found that something like this is easily achievable by building on top of Vue's powerful reactivity system. I've been using a private version of this library for most of my projects for a while now. I've decided to clean things up, write some documentation and make it a proper publicly available library.

- [Vuelidate](https://vuelidate.js.org/)
If this library is not your jam check out one of the other great form validation libraries out there:

- [Vuelidate](https://vuelidate-next.netlify.app/)

- [VeeValidate](https://vee-validate.logaretm.com/v4/)

Expand Down

0 comments on commit 827c889

Please sign in to comment.