Skip to content

AmberM16/reactpy

Repository files navigation

ReactPy Logo

Reactive user interfaces with pure Python

Build StatusPackage version


ReactPy is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly 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-inExternal
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.

fromreactpyimportcomponent, html, run@componentdefHelloWorld(): returnhtml.h1("Hello, World!") run(HelloWorld)

Resources

Follow the links below to find out more about this project.

About

Reactive user interfaces with pure Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python88.0%
  • TypeScript10.8%
  • JavaScript1.1%
  • HTML0.1%