awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·5 vues

Connected React Router

connected-react-router est un outil de synchronisation qui lie l'état de React Router et l'historique du navigateur à un store Redux. Il mappe les informations de routage et les paramètres d'URL dans un arbre d'état global, permettant à l'application de gérer la navigation via un flux de données unidirectionnel.

La bibliothèque permet de déclencher la navigation en dispatchant des actions plutôt qu'en appelant des méthodes d'historique impératives. Cette approche pilotée par middleware permet d'initier les mises à jour d'URL à partir de la logique métier ou de processus asynchrones.

Le système synchronise l'emplacement actuel, le hash et les paramètres de recherche dans l'état global pour un accès à travers les composants. En stockant les changements de routage dans l'arbre d'état, il prend en charge l'intégration d'état immuable et la capacité de déboguer la navigation via le voyage dans le temps de l'historique des routes.

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.

Historique des stars

Graphique de l'historique des stars pour supasate/connected-react-routerGraphique de l'historique des stars pour supasate/connected-react-router

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Connected React Router

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Connected React Router.
  • rackt/react-router-reduxAvatar de rackt

    rackt/react-router-redux

    7,752Voir sur GitHub↗

    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
    Voir sur GitHub↗7,752
  • reactjs/react-router-reduxR

    reactjs/react-router-redux

    7,753Voir sur GitHub↗

    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
    Voir sur GitHub↗7,753
  • mobxjs/mobx-state-treeAvatar de mobxjs

    mobxjs/mobx-state-tree

    7,050Voir sur GitHub↗

    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
    Voir sur GitHub↗7,050
  • zerobias/effectorAvatar de zerobias

    zerobias/effector

    4,837Voir sur GitHub↗

    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
    Voir sur GitHub↗4,837
Voir les 30 alternatives à Connected React Router→

Questions fréquentes

Que fait supasate/connected-react-router ?

connected-react-router est un outil de synchronisation qui lie l'état de React Router et l'historique du navigateur à un store Redux. Il mappe les informations de routage et les paramètres d'URL dans un arbre d'état global, permettant à l'application de gérer la navigation via un flux de données unidirectionnel.

Quelles sont les fonctionnalités principales de supasate/connected-react-router ?

Les fonctionnalités principales de supasate/connected-react-router sont : Router State Synchronizers, History State Updates, Route Transition Synchronizers, State-Driven Navigations, Router State Bindings, Redux Routing Integrations, Router State Integration, Routing State Managers.

Quelles sont les alternatives open-source à supasate/connected-react-router ?

Les alternatives open-source à supasate/connected-react-router incluent : 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…