Asynchronous Validators
In this lesson, we'll learn how to write an asynchronous validator.
We'll cover the following...
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. ...