Mark Bakhit

Results 186 issues of Mark Bakhit

### Current Situation Now that we have [client side components](https://github.com/reactive-python/reactpy/pull/1269), it is now technologically possible for ReactPy to be compiled into a static site / flatpage(s). ### Proposed Actions Create...

priority-2-moderate

### Current Situation There are a few awkward designs of the current VDOM spec. We might want to push for a handful of changes. ### Proposed Actions Things that might...

priority-2-moderate
type-revision
release-major

### Current Situation If an exception is thrown in the component body of a PyScript component, the component's become unresponsive. This can be demonstrated by using the following pyscript component...

priority-2-moderate

### Current Situation It currently isn't documented how client-side rendered (CSR) PyScript components can run ReactJS CSR and ReactPy SSR components. ### Proposed Actions Create an interface that can let...

priority-1-high

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

priority-2-moderate

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

priority-2-moderate

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

priority-2-moderate

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

priority-1-high

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

priority-2-moderate

## Description ## Checklist Please update this checklist as you complete each item: - [ ] Tests have been developed for bug fixes or new functionality. - [ ] The...

blocked