# faceyspacey/redux-first-router

🎖 seamless redux-first routing -- just dispatch actions

Repository: https://github.com/faceyspacey/redux-first-router
Canonical: https://ross.abutalabs.com/products/redux-first-router
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-12-07T06:14:48+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": 3410, "days_push": 1365, "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 1552, forks 137 (observed 2026-08-28T04:05:02.738399+00:00)

## What it is
Redux-First Router is a JavaScript library that maps Redux actions bi-directionally to the browser address bar, letting you route by dispatching Flux Standard Actions. It keeps all routing state inside Redux, avoiding route-related code in components and supporting server-side rendering.

## Use cases
- route by dispatching redux actions instead of using react-router
- keep the address bar in sync with redux store state
- handle path params and query strings as action payloads
- support server-side rendering with redux-based routing
- avoid routing state living outside redux
- optimize page transition animations tied to route changes

## When to choose
- your app is built around redux and you want routing fully driven by the store
- you want a minimal routing API without cluttering components
- you need bidirectional sync between the address bar and redux actions including back/forward buttons

## When to avoid
- you use a modern react framework like next.js with file-based routing
- your project does not use redux
- you need a router with active maintenance and recent ecosystem updates

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, state-management, middleware
- domain: web-development, frontend
- platform: browser
- tags: redux, react, flux-standard-actions, client-side-routing, ssr, nodejs, web-server

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:02.738399+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-30T04:30:12.357236+00:00, confidence not recorded.
  - readme: https://github.com/faceyspacey/redux-first-router (fetched 2026-08-28T04:05:02.738399+00:00, sha 04e90bafddab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
