# acdlite/redux-router

Redux bindings for React Router – keep your router state inside your Redux store

Repository: https://github.com/acdlite/redux-router
Canonical: https://ross.abutalabs.com/products/redux-router
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2021-07-07T15:13:36+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4070, "days_push": 1883, "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 2280, forks 194 (observed 2026-08-28T04:06:33.756246+00:00)

## What it is
Redux bindings for React Router that keep router state (pathname, query, params) inside the Redux store. It lets you interact with routing via Redux actions and selectors while remaining interoperable with the standard React Router API.

## Use cases
- keep router state in redux store
- trigger route transitions with redux actions
- time travel debug routing with redux devtools
- serialize and deserialize router state
- read current route params as part of app state

## When to choose
- you maintain a legacy Redux + React Router 1.x/2.x app that already uses this library
- you need router state fully integrated with Redux DevTools time travel in an old codebase

## When to avoid
- starting a new project - the README itself says you usually don't need it and should use React Router directly
- you use modern React Router versions (v4+) which are incompatible
- you want an actively maintained routing solution

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

## Member repositories
- acdlite/redux-router (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:33.756246+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-30T02:41:22.172858+00:00, confidence not recorded.
  - readme: https://github.com/acdlite/redux-router (fetched 2026-08-28T04:06:33.756246+00:00, sha d1c719cb5870)
  - registry_npm: https://registry.npmjs.org/redux-router (fetched 2026-08-29T10:21:50.740905+00:00, sha 7651b4288bb3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
