# supasate/connected-react-router

A Redux binding for React Router v4

Repository: https://github.com/supasate/connected-react-router
Canonical: https://ross.abutalabs.com/products/connected-react-router
Language: JavaScript
License: MIT
License Family: permissive
Topics: react-router, redux, react
Last push: 2023-03-02T00:55:02+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3551, "days_push": 1281, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4688, forks 580 (observed 2026-08-28T04:08:57.001121+00:00)

## What it is
A Redux binding for React Router v4 and v5 that synchronizes router state with the Redux store through a uni-directional flow. It allows dispatching history methods like push and replace from Redux actions and supports time travel in Redux DevTools.

## Use cases
- keep router state in redux store
- navigate by dispatching redux actions
- time travel routing with redux devtools
- access current location in connected components
- sync react router with redux saga or thunk
- hot reload react components preserving router state

## When to choose
- your app uses Redux and React Router v4/v5 and you want router state in the store
- you need to trigger navigation from sagas or thunks
- you rely on Redux DevTools time travel including route changes

## When to avoid
- you use React Router v6, which has its own Redux-friendly APIs
- your app does not use Redux
- you want an actively developed library with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, routing, middleware
- domain: web-development, frontend
- platform: browser
- tags: redux, react-router, react, history-sync, time-travel-debugging, nodejs

## Member repositories
- supasate/connected-react-router (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.001121+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:16.973236+00:00, confidence not recorded.
  - readme: https://github.com/supasate/connected-react-router (fetched 2026-08-28T04:08:57.001121+00:00, sha 220970255023)
  - registry_npm: https://registry.npmjs.org/connected-react-router (fetched 2026-08-29T09:03:26.680352+00:00, sha ff617eead82e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
