remix-run/history
Manage session history with JavaScript 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4064
- days_rel: n/a
- days_push: 787
- n_releases_24m: 0
Adoption not part of the score
8302 stars · 952 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A JavaScript library that provides a unified API for managing session history across different environments (browser, memory, hash). It abstracts the history stack, navigation, and state persistence, and powers React Router v4-v6.
Use cases
- manage browser history stack in a SPA
- navigate programmatically without page reloads
- persist state across history entries
- use history in non-DOM environments like tests or React Native
- build a custom router on top of a history abstraction
When to choose
- you need a low-level history abstraction for a custom router or framework
- you're using React Router v4-v6 and need direct history access
- you need consistent history behavior across browser, memory, and hash environments
When to avoid
- you're building a simple app where the framework's built-in routing suffices
- you're using React Router v7+, which no longer depends on this library
- you only need basic window.history manipulation without abstraction
Facets
library · maturity stable
state-management routing web-development frontend developer-tools browser cross-platform session-history history-stack react-router navigation javascript nodejs
2 sources
- readme: https://github.com/remix-run/history · fetched 2026-08-28 · 399f946c0f0c
- registry_npm: https://registry.npmjs.org/history · fetched 2026-08-29 · f25c9f537008
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| remix-run/history | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="remix-run/history")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem