faceyspacey/redux-first-router
🎖 seamless redux-first routing -- just dispatch actions observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3410
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1552 stars · 137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
routing state-management middleware web-development frontend browser redux react flux-standard-actions client-side-routing ssr nodejs web-server
1 source
- readme: https://github.com/faceyspacey/redux-first-router · fetched 2026-08-28 · 04e90bafddab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| faceyspacey/redux-first-router | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="faceyspacey/redux-first-router")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem