# FormidableLabs/redux-little-router

A tiny router for Redux that lets the URL do the talking.

Repository: https://github.com/FormidableLabs/redux-little-router
Canonical: https://ross.abutalabs.com/products/redux-little-router
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2018-12-15T00:41:24+00:00

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

## Adoption (not part of the score)
Stars 1035, forks 107 (observed 2026-08-28T04:03:18.922542+00:00)

## What it is
A tiny router for Redux applications that treats the URL as part of the state tree and URL changes as plain actions. It provides a core view-agnostic router plus React bindings and components.

## Use cases
- keep router state in the Redux store
- dispatch navigation as Redux actions
- access URL state outside React components
- time-travel debug routing changes
- simple extensible route matching in Redux apps

## When to choose
- maintaining a legacy Redux app already using this router
- you need URL state fully owned by Redux in an old codebase

## When to avoid
- starting a new project (project is deprecated since December 2018)
- you can use React Router with connected-react-router
- you want an actively maintained routing solution

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

## Member repositories
- FormidableLabs/redux-little-router (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:18.922542+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-30T07:04:44.581100+00:00, confidence not recorded.
  - readme: https://github.com/FormidableLabs/redux-little-router (fetched 2026-08-28T04:03:18.922542+00:00, sha 9c434d494411)
  - registry_npm: https://registry.npmjs.org/redux-little-router (fetched 2026-08-29T13:05:34.633539+00:00, sha 456f616487f3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
