Introduction/Building Your Application/RoutingRouting FundamentalsRoute HandlersCreate custom request handlers for a given route using the Web's Request and Response APIs.MiddlewareLearn how to use Middleware to run code before a request is completed.Building Your ApplicationLearn how to use Next.js features to build your application.Route HandlersCreate custom request handlers for a given route using the Web's Request and Response APIs.