reactive-python/reactpy

It's React, but in Python

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 8th, 2026
Created on February 19th, 2019
Open Issues & Pull Requests: 51 (+0)
GitHub issues: Enabled
Number of forks: 332
Total Stargazers: 8,153 (+0)
Total Subscribers: 52 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.1 days
Mean response time: 215.2 days
90th percentile: 692.7 days
Tracked items: 86

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 75% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "priority-3-low" is answered fastest, typically in about 12 days, while "flag-good-first-issue" waits about 10 months. Only 4% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,313 days
Stale 30+ days: 40
Stale 90+ days: 35

Recent activity

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

Top labels

  • priority-3-low (43)
  • priority-2-moderate (42)
  • type-revision (23)
  • priority-1-high (14)
  • flag-good-first-issue (10)
  • type-investigation (9)
  • type-docs (8)
  • type-refactor (6)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ReactPy is a library for building user interfaces in Python without JavaScript.

ReactPy solves the problem of creating interactive web applications while staying entirely within Python, eliminating the need to write JavaScript. It brings React's component-based architecture to Python, allowing developers to build UIs using familiar patterns like components, hooks, and state management. The library renders components to web browsers through a backend server that maintains the connection between Python logic and the frontend display.

ReactPy suits Python developers who want to build web applications without learning JavaScript or web frameworks. It works well for projects ranging from simple interactive dashboards to more complex applications, and it integrates with multiple backends including Flask, FastAPI, Sanic, and Tornado as built-in options, with external support for Django, Jupyter, and Plotly-Dash. The approach is accessible to those without web development experience while remaining powerful enough to scale with growing project complexity.

The project maintains active community engagement through Discord and GitHub Discussions, with comprehensive documentation available on its website. Development follows a structured testing and quality assurance process, as evidenced by continuous integration workflows. The maintainers provide a contributor guide and code of conduct, indicating a commitment to organized community participation and clear development standards.