Asynchronous Validators

In this lesson, we'll learn how to write an asynchronous validator.

We’re going to create another validator. The next validator we’ll create will demonstrate how to write asynchronous validators. Every validator we’ve worked with and written has run synchronously.

In some cases, we may need to make a request to a server to validate a value. ...