23 Repos
Architectural patterns for composing applications with hierarchical navigation.
Distinguishing note: Focuses on routing structure rather than general application composition.
Explore 23 awesome GitHub repositories matching web development · Nested Routing. Refine with filters or upvote what's useful.
Vue ist ein progressives, komponentenbasiertes JavaScript-Framework, das für den Aufbau reaktiver Benutzeroberflächen und Single-Page-Anwendungen entwickelt wurde. Es konzentriert sich auf ein deklaratives Vorlagensystem, das HTML in effiziente Render-Funktionen umwandelt und es Entwicklern ermöglicht, komplexe Schnittstellen in isolierte, wiederverwendbare Einheiten zu organisieren, die automatisch mit dem Anwendungszustand synchronisieren. Das Framework zeichnet sich durch ein reaktivitätsbasiertes Abhängigkeitsverfolgungssystem aus, das den Datenzugriff während des Renderns überwacht, um präzise Updates auszulösen. Es bietet eine flexible Architektur, die sowohl die inkrementelle Einführung als auch die Entwicklung von Anwendungen in vollem Umfang unterstützt. Entwickler können ein robustes, Plugin-basiertes Erweiterbarkeitsmodell nutzen, um globale Logik zu injizieren, während die virtuelle DOM-Abgleichung des Frameworks effiziente Schnittstellen-Updates durch die Berechnung minimaler Mutationen sicherstellt. Über seine Kern-Rendering-Fähigkeiten hinaus enthält das Projekt eine umfassende Suite von Tools zur Verwaltung des Anwendungszustands, URL-basiertem Routing und serverseitigem Rendering. Es bietet umfassende Unterstützung für Komponentenkomposition, Inhaltsverteilung und Animationsmanagement, neben integrierten Sicherheitsmaßnahmen wie automatischem Content-Escaping, um häufige Schwachstellen zu verhindern. Das Framework wird mit offiziellen Typdeklarationen vertrieben, um die statische Analyse zu unterstützen, und kann über Standard-Paketmanager installiert oder direkt über Skript-Tags in Browserumgebungen integriert werden.
Organizes complex application structures through hierarchical route definitions for nested navigation.
React Router is a client-side routing library for React that maps browser URLs to specific user interface components. It functions as a declarative navigation framework used to manage application state and navigation paths within single-page applications. The library handles the extraction of dynamic URL parameters to render content based on the current browser path. It synchronizes application state with the browser URL, enabling the use of the back and forward buttons and allowing for bookmarking. The framework covers declarative UI navigation and browser history management. It employs URL
Enables hierarchical navigation by rendering child components within parent layouts based on matched URL segments.
Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc
Composes complex applications by nesting routers and delegating sub-path matching.
Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha
Organizes complex application structures by nesting route paths and grouping related views.
React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr
Defines sub-routes within existing resource paths to organize related data views or hierarchical content structures.
Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti
Supports hierarchical navigation by nesting route definitions to display child views within parent layouts.
Vue.js Client-Side Router is a routing library that maps browser URLs to Vue.js components to enable the creation of single-page applications. It functions as a navigation engine that manages browser history and URL state to allow page transitions without full browser reloads. The system utilizes a nested route manager to render hierarchical views that match complex URL structures. It includes navigation guard middleware to intercept, validate, or redirect route transitions before components are rendered. A client-side history handler synchronizes application state with the browser URL using
Supports hierarchical navigation by rendering child components into nested outlets based on URL path segments.
Umi is a comprehensive React application framework and enterprise frontend toolchain. It provides a plugin-based build system and a configuration-driven routing engine to integrate routing, build tooling, and deployment within a single dependency. The project serves as a micro-frontend orchestrator, coordinating multiple independent frontend applications into a single interface with shared data flow. Its extensible architecture allows for the customization of every stage of the application development lifecycle through a system of plugins. The framework covers a broad range of enterprise cap
Implements a system for defining hierarchical, nested, and dynamic URL structures to optimize application navigation.
React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme
Maps browser URLs to hierarchical views and manages navigation, parameters, and data prefetching.
Dieses Projekt ist ein vorkonfiguriertes Fundament für Webanwendungen, das eine strukturierte Codebasis und Build-Tools für den Start neuer Frontend-Projekte bereitstellt. Es dient als Boilerplate, das React für das User-Interface, Redux für das State-Management und React-Router für die Navigation integriert. Die Architektur zeichnet sich durch die Verwendung verschachtelter Routendefinitionen zur Handhabung hierarchischer Navigation und ein System für dynamische Reducer-Injektion aus, das es ermöglicht, State-Management-Logik zur Laufzeit zum Store hinzuzufügen, während spezifische Module geladen werden. Das Toolkit deckt ein breites Spektrum an Frontend-Funktionen ab, einschließlich clientseitigem Routing, Bundle-Optimierung via Lazy-Route-Loading und einer Build-Pipeline, die statisches Asset-Bundling unterstützt. Es enthält zudem einen integrierten Unit-Test-Runner zur Validierung von Anwendungslogik und Hot-Module-Replacement für einen Entwicklungsworkflow, der Codeänderungen ohne vollständigen Browser-Reload widerspiegelt. Ein Projekt-Initialisierungs-Utility wird bereitgestellt, um die initiale Verzeichnisstruktur und Umgebungseinstellungen zu scaffolden.
Uses architectural patterns for composing the application via hierarchical and nested navigation paths.
Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths to components, managing navigation and URL state without requiring a mandatory provider. The library is designed for cross-ecosystem compatibility between React and Preact and supports server-side rendering by accepting initial paths and search strings during markup generation. It includes a URL parameter manager for extracting dynamic path segments and query strings from the browser address bar. Capabilities include hierarchical nested routing, programmatic navigation manage
Supports hierarchical route structures where child components match paths relative to a parent routing context.
Reach Router is a client-side routing library for React applications that maps URL patterns to components without full page reloads. It defines navigation rules and component rendering through declarative route configuration, using nested React component trees instead of separate configuration files. The library supports parent-child route hierarchies so shared UI elements persist across page transitions, and provides a declarative Navigate component that triggers URL changes and view updates when rendered. It extracts dynamic segments from URL patterns and passes them as props to matched rou
Composes parent and child routes using React component trees for shared layouts across navigation.
Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir
Defines pages with multiple variable path segments, each captured as a separate prop.
Solid Start is a full-stack web framework built on Solid.js that combines file-based routing, multi-mode rendering, and client hydration into a single application framework. It enables developers to build complete web applications with server-rendered pages, client-side interactivity, and API endpoints from one codebase, while supporting deployment across multiple hosting platforms through a system of platform-specific adapters. The framework distinguishes itself through its multi-mode rendering engine, which allows per-page selection between client-side rendering, server-side rendering, stat
Provides isomorphic nested routing that renders parent-child hierarchies identically on client and server.
Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side, server-side, and CLI environments. It provides a unified approach to defining routes as nested object literals, where each key maps to a URL segment and its handler, supporting both hash fragment monitoring and the HTML5 History API for browser navigation without page reloads. The library distinguishes itself through its ability to operate in multiple contexts with a single routing paradigm. It supports asynchronous handler queue execution for sequential tasks like authenticatio
Defines routes as nested JavaScript object literals where each key maps to a URL segment and its handler.
Dieses Projekt ist ein Tutorial für clientseitiges Routing und eine Bildungsressource für die Integration von Routing in React-Webanwendungen. Es bietet eine Reihe inkrementeller, ausführbarer Anwendungen und Leitfäden, um Benutzern beizubringen, wie URLs auf Komponenten gemappt und der Navigationsstatus innerhalb eines Browsers verwaltet wird. Die Ressource enthält praktische Implementierungsleitfäden für die Konfiguration verschachtelter Routen, das Erfassen dynamischer URL-Parameter und die Handhabung von Index-Routen. Zudem werden Beispiele für Server-Side-Rendering bereitgestellt, um zu demonstrieren, wie HTML auf dem Server generiert wird, um initiale Ladezeiten und Suchmaschinenoptimierung (SEO) zu verbessern. Das Tutorial deckt breitere Funktionen ab, einschließlich Navigation in Single-Page-Anwendungen, hierarchische UI-Layouts und das Mapping von Browser-Pfaden auf spezifische UI-Komponenten.
Implements hierarchical routing to render child components inside parent layouts.
koa2-note ist ein Projekt mit Fokus auf Koa2-Webserver-Entwicklung und asynchrone Node.js-Programmierung. Es bietet ein Framework zum Aufbau von Webservern und APIs unter Verwendung einer asynchronen Middleware-Pipeline zur Handhabung von Request- und Response-Zyklen. Das Projekt betont eine geschichtete Backend-Architektur, die Routing, Business-Services und Datenmodelle entkoppelt. Es zeichnet sich durch die Integration relationaler Datenbanken zur Persistierung von Benutzersitzungen und Anwendungsdaten aus, ergänzt durch einen Build-Prozess, der JSX-zu-JavaScript-Kompilierung für Frontend-Assets beinhaltet. Die Funktionspalette deckt Backend-API-Design ab, einschließlich RESTful-Routing und Request-Daten-Parsing sowie serverseitiges Rendering mit Template-Engines. Es umfasst zudem Unterstützung für asynchrone Datei-Uploads mittels Multipart-Stream-Parsing, Cookie-basiertes Session-Management und die Implementierung von JSONP für Cross-Domain-Requests. Das Repository dient als Bildungsressource mit strukturierten Tutorials und Beispielen zum Erlernen der Koa-Framework-Implementierung und Serverarchitektur.
Implements nested routing to structure the application hierarchy using sub-routers.
koa-router ist eine Routing-Middleware für Koa-Anwendungen, die eingehende HTTP-Anfragen basierend auf URL-Mustern und HTTP-Methoden bestimmten Handler-Funktionen zuordnet. Sie bildet die Grundlage für die Organisation von Web-Endpunkten und die Entwicklung von REST-APIs, indem sie Anfragepfade mit den entsprechenden Controller-Aktionen verknüpft. Das Projekt ermöglicht die Organisation komplexer Endpunkte durch rekursives Router-Nesting, wodurch mehrere Router-Instanzen als Middleware eingebunden werden können, um logische Routenhierarchien zu erstellen. Es unterstützt dynamische URL-Generierung mittels Named-Route-Mapping, was die Erstellung von URL-Strings unter Verwendung von Identifikatoren anstelle von hartkodierten Pfaden erlaubt. Der Router umfasst Funktionen zum Extrahieren und Validieren benannter URL-Parameter, regex-basiertes Pfad-Matching und die Verwaltung von Middleware-Pipelines. Er handhabt zudem Methodenbeschränkungen, wie das Antworten auf OPTIONS-Anfragen und das Verwalten von Redirects.
Allows the structuring of complex endpoints into logical hierarchies via nested router instances.
Vue.js Client-Side Router ist eine Routing-Bibliothek für Vue.js, die die Browser-URL mit dem Anwendungszustand synchronisiert, um die Navigation in Single-Page-Anwendungen zu ermöglichen. Er fungiert als URL-zu-Komponenten-Mapper, der basierend auf dem aktuellen URL-Pfad und dynamischen Routenmustern spezifische Komponenten rendert. Das Projekt dient als Browser-History-Manager, der steuert, wie interne Routen mithilfe verschiedener History-Strategien auf die Browser-URL abgebildet werden. Es bietet zudem ein Framework für Navigation Guards, um Logik und Zugriffskontrollen während Routenübergängen auszuführen. Die Bibliothek deckt dynamisches Routenmanagement, programmatische URL-Manipulation und das Parsen von Query-Parametern ab. Sie unterstützt die Definition von Anwendungsrouten durch statische und dynamische Pfade, um die Bewegung zwischen verschiedenen Ansichten zu steuern.
Supports nested route definitions to enable recursive rendering and layout-driven view nesting.
Conductor ist ein view-basiertes Framework für Android-Anwendungen, das ein System zur Orchestrierung von UI-Komponenten durch Lebenszyklus-Controller, Navigations-Router und UI-Koordination bereitstellt. Es konzentriert sich auf das Management des Ladens und Entladens von Views, um Speicher und Zustand zu optimieren. Das Framework bietet ein Routing-System für das Management von Bildschirmübergängen und Verlauf-Stacks, was die Erstellung hierarchischer Layouts wie Master-Detail-Views durch Verschachtelung von Navigationsflüssen ermöglicht. Es enthält zudem eine Schnittstelle zur Implementierung benutzerdefinierter Animationen und visueller Effekte während View-Wechseln. Die breiteren Fähigkeiten umfassen die Kontrolle des View-Lebenszyklus, die Koordination von Bildschirmflüssen und die Kapselung von View-Logik in Controller, die Attachment- und Detachment-Zustände verfolgen.
Uses architectural patterns to compose applications with hierarchical, nested navigation routing.