remix-run/react-router

Declarative routing for React

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on March 9th, 2026
Created on May 16th, 2014
Open Issues & Pull Requests: 172 (+1)
Number of forks: 10,911
Total Stargazers: 56,572 (+1)
Total Subscribers: 802 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.8 hours
Mean response time: 89.6 days
90th percentile: 262.5 days
Tracked items: 1,141

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "🗺 Roadmap" is answered fastest, typically in under an hour, while "v6" waits about 9 months. 33% of tracked open issues have had no activity in three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 99
New in 7 days: 3
Closed in 7 days: 4
Avg open age: 295 days
Stale 30+ days: 83
Stale 90+ days: 49

Recent activity

Opened in 7 days: 2
Closed in 7 days: 4
Comments in 7 days: 3
Events in 7 days: 7

Top labels

  • bug (920)
  • pkg:react-router (216)
  • docs (172)
  • pkg:@react-router/dev (130)
  • feat:router (64)
  • v6 (53)
  • feat:vite (52)
  • feat:typescript (41)

Detailed Description

React Router is a declarative routing library for React applications that provides flexible routing capabilities for building single-page applications and managing URL-based navigation. The project is maintained by the Remix team and offers two distinct usage patterns: it can function as a complete React framework or be integrated minimally as a library within existing application architectures.

The repository contains multiple specialized packages that extend React Router's functionality across different deployment environments and use cases. The core react-router package provides the fundamental routing capabilities, while create-react-router offers scaffolding for new projects. Additional packages target specific hosting and deployment scenarios, including @react-router/node for Node.js environments, @react-router/express for Express.js integration, @react-router/cloudflare for Cloudflare Workers, @react-router/architect for Architect framework support, and @react-router/fs-routes for file-system-based routing conventions. The @react-router/dev and @react-router/serve packages provide development and serving utilities respectively.

The project is written in TypeScript and maintains comprehensive documentation at reactrouter.com, with separate guides for framework and library usage patterns. The repository includes upgrade documentation for users transitioning from version 7, and maintains accessible archives of previous major versions including v6 and v5.

GitGenius activity data reveals significant ongoing maintenance and community engagement.

This concentrated maintainer activity demonstrates consistent stewardship of the codebase. The repository's contributor network extends to major open-source projects including Microsoft's VSCode and TypeScript implementations, as well as the Rust language project, indicating that React Router developers maintain involvement across significant ecosystem projects.

The multi-strategy approach embedded in React Router's design allows developers to adopt the library at varying levels of integration. Teams can leverage it as a comprehensive framework handling routing, data loading, and server-side rendering, or use it as a focused routing solution within custom application architectures. This flexibility has made React Router a foundational tool in the React ecosystem for managing client-side navigation and URL state in web applications.