microsoft/react-native-windows

A framework for building native Windows apps with React.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 3rd, 2026
Created on December 15th, 2015
Open Issues & Pull Requests: 804 (+0)
GitHub issues: Enabled
Number of forks: 1,203
Total Stargazers: 17,339 (+0)
Total Subscribers: 273 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 43.0 hours
Mean response time: 56.6 days
90th percentile: 186.0 days
Tracked items: 1,406

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 85% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 20 hours, while "Parity: Fabric vs. Paper" waits about 6 months. 30% 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: 720
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,271 days
Stale 30+ days: 712
Stale 90+ days: 644

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (985)
  • New Architecture (566)
  • Workstream: Component Parity (517)
  • Area: Fabric (461)
  • bug (460)
  • API: Completion (303)
  • Area: Component Views (285)
  • Parity: Fabric vs. Paper (167)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Native for Windows is a framework for building native Windows applications using React and JavaScript.

The project extends Meta's React Native framework to Windows platforms by adding support for the Windows 10 SDK, enabling developers to build apps for PCs, tablets, 2-in-1 devices, Xbox, and mixed reality devices. It leverages the learn-once-write-anywhere philosophy of React Native, allowing developers familiar with JavaScript and React to target Windows without learning platform-specific languages. The framework currently uses a Paper renderer built on UWP XAML with native Composition integration, and is transitioning toward a new Fabric renderer that targets Windows App SDK Win32 applications while maintaining the ability to host XAML islands for advanced native controls.

Developers should choose this tool if they want to write Windows applications using React and JavaScript while maintaining code familiarity across platforms. It suits projects targeting Windows 10 and later devices, from consumer PCs to Xbox and mixed reality platforms. The framework is particularly valuable for teams already invested in React development who need to extend their applications to Windows without adopting entirely different tooling or languages.

The project maintains a substantial base of real-world adopters, as evidenced by the fact that almost all open issues are raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker is dominated by enhancement requests, New Architecture development, and component parity improvements, reflecting ongoing efforts to expand capabilities and align with React Native's architectural evolution.