reactpy
reactpy copied to clipboard
It's React, but in Python
### Current Situation Currently, ReactPy-Django is significantly ahead of ReactPy in terms of feature set. While some of ReactPy-Django's features can't exist on ReactPy (mostly due to the lack of...
## Current Situation There's currently no existing capabilities for running a JS script from within an event tag. Additionally, string based events serialized from `html_to_vdom` currently do not execute at...
### Current Situation ReactPy currently uses websockets as the primary messaging method for rendering. This can be problematic because cloud providers (such as `Azure` or `GCP`) do not keep web...
### Current Situation Currently, JavaScript components are fairly janky in terms of support for having children elements. This includes children that are either server-side or JavaScript components. This has resulted...
### Discussed in https://github.com/reactive-python/reactpy/discussions/1270 Originally posted by **shawncrawley** February 10, 2025 I could not get [GridLayout](https://github.com/react-grid-layout/react-grid-layout?tab=readme-ov-file) to work as a [dynamically loaded component](https://reactpy.dev/docs/guides/escape-hatches/javascript-components.html#dynamically-loaded-components). After digging into the issue, I found...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot with detailed instructions for working effectively in the ReactPy codebase, incorporating best practices from established projects. ## What's Included...
Configure instructions for this repository as documented in [Best practices for Copilot coding agent in your repository](https://gh.io/copilot-coding-agent-tips).
## Description While writing the v2 docs, it gave a better perspective on how to make the user API feel more cohesive. This PR exists to implement those changes. ##...