Routes
Everything on SkillVeris tagged Routes — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 2 libraries
Study Notes(12)
Attribute Routing
Learn how to declare routes directly on controllers and actions with attributes, and how this approach complements or replaces convention-based routing.
Testing Node.js APIs and Express Routes
Learn how to test Express routes and Node.js API handlers with Jest and supertest, including mocking databases, external calls, and error-handling middleware.
Shell Navigation
Learn how .NET MAUI Shell provides a unified, URI-based navigation system with flyouts, tabs, and route registration.
Routing in Flask
Understand how @app.route binds URLs to view functions, how dynamic URL converters validate input, and how to handle HTTP methods and generate URLs with url_fo…
Dynamic Routes and Params
Understand how to build dynamic and catch-all routes using bracket folder naming, read route params in Server and Client Components, and pre-render them with g…
Layouts and Nested Routes
How layout.tsx files in the Next.js App Router share UI across routes, compose through nesting, and persist state across navigations.
Route Handlers (API Routes)
Learn how to build server-side API endpoints in the Next.js App Router using route.ts files, the Web Request/Response APIs, dynamic segments, and their caching…
Nested Routes and Layouts
Build shared layouts and nested UI in React Router v6 using nested Route definitions and the Outlet component.
Dynamic Routes and Route Params
Learn how to define route paths with dynamic segments and read those values reactively inside components using route params.
Nested Routes
Learn how to compose layouts with parent and child routes so nested UI sections render inside their own router-view outlets.
Angular Router Basics
Learn how Angular's built-in router maps URL paths to components, enabling single-page applications to feel like multi-page sites without full page reloads.
Lazy Loading Feature Routes
Discover how to split an Angular application into smaller JavaScript bundles that load on demand as users navigate, dramatically improving initial load perform…