reactpy
reactpy copied to clipboard
It's React, but in Python
### Current Situation Currently we perform ASGI routing via backend-specific APIs. However, it is much easier to gain broad compatibility via ASGI middleware. Additionally, we should have a "standalone" mode...
### Discussed in https://github.com/reactive-python/reactpy/discussions/1180 Originally posted by **thegamecracks** January 3, 2024 When attempting to install the package specifically using its source distribution rather than the built wheels, the following error...
## Issues - fix #1110 ## Solution Create a ReactPy ASGI application that can also function as middleware. Features of the ASGI application/middleware - Gain compatibility with every ASGI framework....
### Discussed in https://github.com/reactive-python/reactpy/discussions/1187 Originally posted by **williamneto** January 13, 2024 So, while developing [reactpy-material](https://github.com/williamneto/reactpy-material) i faced a problem that might be related to the reactpy architecture for custom components....
Original discussion: #1134 cc: @slauko ### Current Situation With several tags such as canvas, ReactJS will "fill in" the context into the `ref=...` you provide. We currently do not have...
### Current Situation All VDOM and hooks are currently stored entirely in memory. The use of additional system ram for each component could potentially be a problem for scaling an...
### Current Situation Users are currently expected to type `reactpy.run(my_app)` within their Python files in order to test ReactPy. Then, they must run `python example.py` in order to start the...
### Current Situation We have no convenient way of integrating with cloud platforms. ### Proposed Actions We should consider providing auto-configuring ReactPy as a paid cloud service. To oversimplify the...
### Current Situation Currently we implement our own reconnecting webscoket which is deficient in one way I do know, and probably others I'm unaware of. The one I know, is...
By submitting this pull request you agree that all contributions to this project are made under the MIT license. ## Issues Currently, while the client and server have the ability...