tj/react-enroute
React router with a small footprint for modern browsers 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: 3731
- days_rel: n/a
- days_push: 1267
- n_releases_24m: 0
Adoption not part of the score
1478 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny (~2 KB) React router library for modern browsers, using path-to-regexp pattern matching with support for nested routes. It is a lightweight alternative to react-router, not a full replacement.
Use cases
- add simple client-side routing to a small React app
- replace react-router with a minimal 2 KB router
- match URL paths with parameters like /users/:id
- render nested routes in React
- generate URLs from route patterns and params
When to choose
- you need a very small router with minimal dependencies
- your routing needs are simple and don't require data loaders or guards
- you want path-to-regexp pattern syntax
When to avoid
- you need advanced features like nested layouts with outlets, data loading, or navigation blocking
- you want an actively developed router with large community support
- you need server-side routing or history management built in
Facets
library · maturity maintenance
routing frontend-framework web-development frontend browser react router minimal path-to-regexp client-side-routing nodejs
2 sources
- readme: https://github.com/tj/react-enroute · fetched 2026-08-28 · c6ba33e1b4f6
- registry_npm: https://registry.npmjs.org/react-enroute · fetched 2026-08-29 · b5e59592d7f8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tj/react-enroute | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="tj/react-enroute")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem