This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Asynchronous Validation
In this lesson, we'll learn how to create custom asynchronous vuelidate validators. Asynchronous validators are necessary when you need to check your database or an API to know if the input is valid or not.
In this specific case, we'll check if a GitHub user exists by using their API and axios.
