Skip to main content
The following example demonstrates how to use row hooks to validate data against an external API.
For more information on row hooks, see the Row Hooks documentation.
Although it’s not required to use async/await with hooks, we recommend you use it with an external API call.