Python port of React core (parity target: facebook/react packages/react).
Project description
ryact
Python port of React core semantics (parity target: facebook/react packages/react).
This is intentionally incomplete early on; parity is driven by translated upstream tests in this repo.
Install
pip install ryact
Tiny example (elements)
from ryact import create_element
el = create_element("div", {"id": "root"}, "hello")
Source of truth
- Upstream:
https://github.com/facebook/react/tree/main/packages/react
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ryact-0.0.1.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ryact-0.0.1-py3-none-any.whl
(5.5 kB
view details)
File details
Details for the file ryact-0.0.1.tar.gz.
File metadata
- Download URL: ryact-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
848f03ed2b77937ed7255857aef67ac993b032f1df2804a374660eb23848af0f
|
|
| MD5 |
23c30cff011236fe9ed46f52a06d2f15
|
|
| BLAKE2b-256 |
c40e0ea93ecaaf7d3d6ba0f49e55f7c9830779e69a455cbc2b570283f45cd270
|
File details
Details for the file ryact-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ryact-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6447ee1971f01e9f46d79ca6818768d932f0b040443b1ad12e878ae6cc1c8b19
|
|
| MD5 |
d4856f46d3dbd0f8105eb27bdef695b2
|
|
| BLAKE2b-256 |
73ba3bd032839cc0bff20b4cf5d5c19764a27cf175ba3f9088e4795b762cc73f
|