Vue.js Form Validation

Watch this course for FREE this weekend only.
Create an account to start watching.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

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.