react-router
by
remix-run

Description: Declarative routing for React

View on GitHub ↗

Summary Information

Updated 18 minutes ago
Added to GitGenius on March 9th, 2026
Created on May 16th, 2014
Open Issues & Pull Requests: 119 (+0)
Number of forks: 10,909
Total Stargazers: 56,487 (+1)
Total Subscribers: 800 (+0)

Issue Activity (beta)

Open issues: 84
New in 7 days: 2
Closed in 7 days: 5
Avg open age: 343 days
Stale 30+ days: 66
Stale 90+ days: 52

Recent activity

Opened in 7 days: 2
Closed in 7 days: 5
Comments in 7 days: 4
Events in 7 days: 17

Top labels

  • bug (910)
  • pkg:react-router (205)
  • docs (172)
  • pkg:@react-router/dev (119)
  • feat:router (64)
  • v6 (53)
  • feat:vite (48)
  • feat:typescript (40)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 83.6 days
90th percentile: 255.0 days
Tracked items: 1,186

Most active contributors

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. Across 1,185 tracked issues and pull requests, the median response latency is 0.0 hours, indicating rapid triage and attention to incoming items. The mean response time of 2007.0 hours reflects the long tail of issues that require extended discussion or implementation work. Bug reports represent the most common issue type with 904 tracked items, followed by documentation-related issues with 172 items and 205 items tagged with the pkg:react-router label.

The project's core maintainers show substantial activity levels, with brophdawg11 recording 1966 tracked events, timdorr with 857 events, and brookslybrand with 214 events. 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.

react-router
by
remix-runremix-run/react-router

Repository Details

Fetching additional details & charts...