百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

reactpy

> 前端框架
开源

这是 React,但位于 Python 中

8.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

这是 React,但位于 Python 中

# ReactPy

[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components that look and behave similar to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions. Supported Backends Built-in External Flask, FastAPI, Sanic, Tornado Django, Jupyter, Plotly-Dash # At a Glance To get a rough idea of how to write apps in ReactPy, take a look at this tiny _Hello World_ application. ```python from reactpy import component, html, run @component def hello_world(): return html.h1("Hello, World!") run(hello_world) ``` # Resources Follow the links below to find out more about this project. - [Try ReactPy (Jupyter Notebook)](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) - [Documentation](https://reactpy.dev/) - [GitHub Discussions](https://github.com/reactive-python/reactpy/discussions) - [Discord](https://discord.gg/uNb5P4hA9X) - [Contributor Guide](https://reactpy.dev/docs/about/contributor-guide.html) - [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Try ReactPy (Jupyter Notebook)
  • •Documentation
  • •GitHub Discussions
  • •Contributor Guide
  • •Code of Conduct

> 标签

Pythonjavascriptpythonreactreactpy

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架