Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

4-1 Route Middleware Basics

In this lesson, we refactor the route validation into route middleware. Middleware allows us to run code whenever the route changes.