awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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 views

Connected React Router

connected-react-router is a synchronization tool that binds React Router state and browser history to a Redux store. It maps routing information and URL parameters into a global state tree, enabling the application to manage navigation through a unidirectional data flow.

The library allows navigation to be triggered by dispatching actions rather than calling imperative history methods. This middleware-driven approach enables URL updates to be initiated from business logic or asynchronous processes.

The system synchronizes the current location, hash, and search parameters into the global state for access across components. By storing routing changes within the state tree, it supports immutable state integration and the ability to debug navigation through route history time travel.

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 history

Star history chart for supasate/connected-react-routerStar history chart for supasate/connected-react-router

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Connected React Router

Similar open-source projects, ranked by how many features they share with Connected React Router.
  • rackt/react-router-reduxrackt avatar

    rackt/react-router-redux

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

    reactjs/react-router-redux

    7,753View on 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
    View on GitHub↗7,753
  • mobxjs/mobx-state-treemobxjs avatar

    mobxjs/mobx-state-tree

    7,050View on 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
    View on GitHub↗7,050
  • zerobias/effectorzerobias avatar

    zerobias/effector

    4,837View on 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
    View on GitHub↗4,837
See all 30 alternatives to Connected React Router→

Frequently asked questions

What does supasate/connected-react-router do?

connected-react-router is a synchronization tool that binds React Router state and browser history to a Redux store. It maps routing information and URL parameters into a global state tree, enabling the application to manage navigation through a unidirectional data flow.

What are the main features of supasate/connected-react-router?

The main features of supasate/connected-react-router are: Router State Synchronizers, History State Updates, Route Transition Synchronizers, State-Driven Navigations, Router State Bindings, Redux Routing Integrations, Router State Integration, Routing State Managers.

What are some open-source alternatives to supasate/connected-react-router?

Open-source alternatives to supasate/connected-react-router include: 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…