Ayo Ayco
Ayo Ayco
Check zod-form-data https://www.npmjs.com/package/zod-form-data
remix-validated-form https://www.remix-validated-form.io
There are other popular schema builders like `yup` but `zod` seems a good start
Yup let's go with zod first 😁
@fazzaamiarso one thing to note is that importing `Validators` here is important. It ensures the Validator.astro is shipped to the browser.
@fazzaamiarso Awesome! Thanks for the update! This is one of the most exciting features for our library
@fazzaamiarso Awesome! Thanks for the update! This is one of the most exciting features for our library
Found solution here: https://stackoverflow.com/questions/15302618/node-js-check-if-module-is-installed-without-actually-requiring-it
Good idea, though we should think about logging in another issue. Maybe create a logger in the common package.
@Icyscools Ah nope but I see they do look similar. I will clarify the descriptions later. This one is for allowing users to subscribe to validation events (when form becomes...