vinejs / vine

VineJS is a form data validation library for Node.js
https://vinejs.dev
MIT License
1.02k stars 21 forks source link

Awesome VineJS #6

Open thetutlage opened 1 year ago

thetutlage commented 1 year ago

I am collecting links to articles, packages, videos, etc. related to VineJS. If you have created anything for VineJS, then comment on this issue. I will occasionally pick links from the comments and update the main issue

chrisbbreuer commented 1 year ago

VineJS is amazing! 🫶🏼

I maintain an application development framework called Stacks.js, and we started using VineJS as the framework's core validator. It was a pretty quick decision after we saw the API 😊 (and benchmarks)

Another happy side-effect was that our ".env"-schema ended up looking a lot cleaner using Vine.

Looking forward to hopefully contributing in some meaningful way at some point soon!