MyGit

reactive-python/reactpy

Fork: 317 Star: 7867 (更新于 2024-10-21 04:05:10)

license: MIT

Language: Python .

It's React, but in Python

最后发布版本: reactpy-v1.0.2 ( 2023-07-04 13:29:39)

官方网址 GitHub网址

ReactPy

ReactPy 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. 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.

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.

最近版本更新:(数据更新于 2024-10-08 10:00:08)

2023-07-04 13:29:39 reactpy-v1.0.2

2023-06-17 00:48:31 reactpy-v1.0.1

2023-04-11 14:30:44 @reactpy/client-v0.3.1

2023-04-11 12:27:40 @reactpy/client-v0.3.0

2023-04-02 11:11:16 @reactpy/client-v0.2.1

2023-04-02 10:27:13 event-to-object-v0.1.1

2023-04-02 05:38:59 event-to-object-v0.1.0

2023-04-02 05:26:36 @reactpy/client-v0.2.0

2023-03-15 15:17:09 reactpy-v1.0.0

2023-03-15 14:12:10 @reactpy/client-v0.1.0

主题(topics):

javascript, python, react, reactpy

reactive-python/reactpy同语言 Python最近更新仓库

2024-11-05 15:03:24 Cinnamon/kotaemon

2024-11-05 11:00:51 home-assistant/core

2024-11-04 23:11:11 DS4SD/docling

2024-11-04 10:56:18 open-compass/opencompass

2024-11-04 08:51:21 yt-dlp/yt-dlp

2024-11-02 04:45:40 princeton-vl/infinigen