awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
supasate avatar

supasate/connected-react-router

0
View on GitHub↗
4,692 Stars·583 Forks·JavaScript·MIT·4 Aufrufe

Connected React Router

connected-react-router ist ein Synchronisationstool, das den Status von React Router und den Browserverlauf an einen Redux-Store bindet. Es bildet Routing-Informationen und URL-Parameter in einem globalen Statusbaum ab und ermöglicht es der Anwendung, die Navigation durch einen unidirektionalen Datenfluss zu verwalten.

Die Bibliothek ermöglicht es, die Navigation durch das Auslösen von Aktionen zu initiieren, anstatt imperative Verlaufsmethoden aufzurufen. Dieser middleware-gesteuerte Ansatz ermöglicht es, URL-Aktualisierungen aus der Geschäftslogik oder asynchronen Prozessen heraus zu starten.

Das System synchronisiert den aktuellen Standort, Hash und Suchparameter in den globalen Status für den Zugriff über Komponenten hinweg. Durch das Speichern von Routing-Änderungen innerhalb des Statusbaums unterstützt es die Integration unveränderlicher Zustände und die Möglichkeit, die Navigation durch Time-Travel-Debugging des Routenverlaufs zu verfolgen.

Features

  • Router State Synchronizers - Synchronizes browser location and routing metadata into a Redux store using a unidirectional data flow.
  • History State Updates - Keeps the application state store aligned with the browser URL by listening for history changes.
  • Route Transition Synchronizers - Provides mechanisms to synchronize route transitions with a Redux state store via action dispatching.
  • State-Driven Navigations - Triggers URL changes and route transitions by dispatching state management actions instead of imperative calls.
  • Router State Bindings - Synchronizes React Router state with a Redux store to enable navigation via dispatched actions.
  • Redux Routing Integrations - Bridges Redux state management with web routing systems to synchronize the URL and application state.
  • Router State Integration - Synchronizes URL parameters and routing events with a centralized Redux application state store.
  • Routing State Managers - Synchronizes current routing information and navigation history with a centralized Redux state store.
  • Navigation State Middlewares - Implements middleware that intercepts actions to trigger side effects that manipulate the browser history.
  • Action Dispatch Middleware - Uses action dispatch middleware to trigger route changes like pushing or replacing browser locations.
  • Derived State - Exposes pathnames and search parameters as derived, read-only values within the global state tree.
  • Global State Access - Allows components to retrieve current location and query parameters directly from a central state tree.
  • Time-Travel Debuggings - Stores routing changes in a state tree to enable replaying and inspecting past navigation for debugging.

Star-Verlauf

Star-Verlauf für supasate/connected-react-routerStar-Verlauf für supasate/connected-react-router

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Connected React Router

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Connected React Router.
  • rackt/react-router-reduxAvatar von rackt

    rackt/react-router-redux

    7,752Auf GitHub ansehen↗

    This project is a Redux routing middleware and state binder that synchronizes the browser URL and routing state with a global Redux store. It functions as a client-side navigation synchronizer, ensuring application views remain in sync with the URL during history rewinds or state replay. The system enables programmatic navigation control by allowing page transitions to be triggered through the dispatching of state actions rather than direct component method calls. It maps navigation events and location data from React Router into the state management store to maintain a single source of truth

    JavaScript
    Auf GitHub ansehen↗7,752
  • reactjs/react-router-reduxR

    reactjs/react-router-redux

    7,753Auf GitHub ansehen↗

    This project is a Redux routing state manager and URL state synchronizer. It serves as a bridge that keeps the browser address bar and a global Redux store in lockstep, synchronizing browser location and routing metadata into a state tree for centralized access. The system functions as an action-driven navigation wrapper, allowing URL changes and page transitions to be triggered by dispatching Redux actions rather than using imperative method calls. It also acts as a navigation event monitor, observing location changes via the store to trigger side effects such as logging or analytics trackin

    JavaScript
    Auf GitHub ansehen↗7,753
  • mobxjs/mobx-state-treeAvatar von mobxjs

    mobxjs/mobx-state-tree

    7,050Auf GitHub ansehen↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    TypeScripthacktoberfestmobxmobx-state-tree
    Auf GitHub ansehen↗7,050
  • zerobias/effectorAvatar von zerobias

    zerobias/effector

    4,837Auf GitHub ansehen↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    TypeScript
    Auf GitHub ansehen↗4,837
Alle 30 Alternativen zu Connected React Router anzeigen→

Häufig gestellte Fragen

Was macht supasate/connected-react-router?

connected-react-router ist ein Synchronisationstool, das den Status von React Router und den Browserverlauf an einen Redux-Store bindet. Es bildet Routing-Informationen und URL-Parameter in einem globalen Statusbaum ab und ermöglicht es der Anwendung, die Navigation durch einen unidirektionalen Datenfluss zu verwalten.

Was sind die Hauptfunktionen von supasate/connected-react-router?

Die Hauptfunktionen von supasate/connected-react-router sind: Router State Synchronizers, History State Updates, Route Transition Synchronizers, State-Driven Navigations, Router State Bindings, Redux Routing Integrations, Router State Integration, Routing State Managers.

Welche Open-Source-Alternativen gibt es zu supasate/connected-react-router?

Open-Source-Alternativen zu supasate/connected-react-router sind unter anderem: rackt/react-router-redux — This project is a Redux routing middleware and state binder that synchronizes the browser URL and routing state with a… reactjs/react-router-redux — This project is a Redux routing state manager and URL state synchronizer. It serves as a bridge that keeps the browser… mobxjs/mobx-state-tree — MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed… zerobias/effector — Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven… ctrlplusb/easy-peasy — Easy-peasy is a React state management library and typed framework that provides a centralized store for managing… effector/effector — Effector is a reactive state management library designed for building complex, event-driven applications. It functions…