You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone! First of all, thanks for maintaining this amazing library! 🎉
I've been working on a small library called Validation Box, a lightweight and flexible validation tool that works across multiple frameworks, including Vue, React, Svelte, and Nuxt.
One thing I’ve noticed is that many developers using VeeValidate end up writing regex manually for common validations (like emails, passwords, and numbers). This can be repetitive and error-prone.
How Validation Box Can Help
Instead of manually defining regex patterns, Validation Box could be used under the hood to provide:
✅ A simple way to validate fields with built-in rules like { required: true, email: true }
✅ A framework-agnostic validation system, reducing maintenance overhead
✅ More flexible validation without the need for extra regex
Demo
Here’s an example of how Validation Box works on its own:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone! First of all, thanks for maintaining this amazing library! 🎉
I've been working on a small library called Validation Box, a lightweight and flexible validation tool that works across multiple frameworks, including Vue, React, Svelte, and Nuxt.
One thing I’ve noticed is that many developers using VeeValidate end up writing regex manually for common validations (like emails, passwords, and numbers). This can be repetitive and error-prone.
How Validation Box Can Help
Instead of manually defining regex patterns, Validation Box could be used under the hood to provide:
✅ A simple way to validate fields with built-in rules like { required: true, email: true }
✅ A framework-agnostic validation system, reducing maintenance overhead
✅ More flexible validation without the need for extra regex
Demo
Here’s an example of how Validation Box works on its own:
To test it out and see more examples, check it out here: GitHub Link 🚀
Would love to hear your thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions