Back to speakers
Progressive Form Validation with Vue.js and VeeValidate
VeeValidate is the most popular validation library for Vue.js, and with the release of v4.0 for Vue.js 3 it brings much needed progressive enhancements to forms. We will be going through the common uses of form validation in frontend and cover that with vee-validate which includes: - Handling form submissions with JavaScript - Native full-page form submissions with your favorite backend framework - JSON-schema generated forms (feat: formvuelate) - Composing your own forms/fields with the composition API.