react/react

The library for web and native user interfaces.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 7 minutes ago
Added to GitGenius on April 7th, 2021
Created on May 24th, 2013
Open Issues & Pull Requests: 1,276 (-1)
Number of forks: 51,256
Total Stargazers: 247,896 (+1)
Total Subscribers: 6,601 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.2 hours
Mean response time: 22.7 days
90th percentile: 40.2 days
Tracked items: 2,152

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 35% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 520
New in 7 days: 11
Closed in 7 days: 2
Avg open age: 789 days
Stale 30+ days: 441
Stale 90+ days: 302

Recent activity

Opened in 7 days: 9
Closed in 7 days: 2
Comments in 7 days: 20
Events in 7 days: 45

Top labels

  • Status: Unconfirmed (1,410)
  • Resolution: Stale (624)
  • Type: Bug (556)
  • Component: React Compiler (223)
  • Component: Developer Tools (219)
  • React 19 (201)
  • Component: DOM (69)
  • Type: Discussion (54)

Detailed Description

React is a JavaScript library for building user interfaces.

React solves the problem of managing complex, interactive UIs by providing a declarative approach where developers describe what the interface should look like for each application state, and the library handles efficient updates when data changes. It uses a component-based architecture where encapsulated, reusable components manage their own state and compose together to form complex interfaces. Component logic is written in JavaScript rather than templates, allowing rich data to flow through applications while keeping state out of the DOM.

React suits projects ranging from adding interactivity to existing applications to building entirely new projects, since it has been designed for gradual adoption and requires no assumptions about the rest of your technology stack. You can use as little or as much React as needed, add it to existing projects without rewriting code, or create new applications from scratch. The library also supports server-side rendering with Node and powers mobile applications through React Native, making it applicable across web and native platforms.

The project receives almost all of its open issues from outside users rather than the core team, reflecting a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by unconfirmed status reports, stale resolutions, and bug reports, indicating active engagement with a large user base encountering and reporting problems in production environments.