awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Frontend Navigation Systems · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesFrontend Navigation Systems

Client-side routing infrastructure that manages UI state transitions, component hierarchies, and browser history.

Explore 3 awesome GitHub repositories matching web development · Frontend Navigation Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Routing Systems
  4. Routing
  5. Frontend Navigation Systems

Awesome Frontend Navigation Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vercel/next.js

    vercel/next.js

    137,848GitHubView on GitHub↗

    Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framewor

    TypeScriptreactframeworkssr
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    TypeScript

Explore sub-tags

  • Active Route Segment AccessorsClient-side hooks that retrieve active route segments to enable dynamic layout or navigation behavior.
  • Client-Side Navigation ComponentsSpecialized components that perform client-side page transitions and navigation within a web application.
  • Declarative Routing LibrariesNavigation frameworks that map URL patterns to component hierarchies and manage state transitions declaratively.
  • Hierarchical Route MatchingSystems that map URL patterns to nested component trees by traversing configuration objects.