Mark Bakhit

Results 186 issues of Mark Bakhit

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

type-bug
priority-1-high

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

priority-2-moderate

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

priority-3-low
type-refactor

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

type-feature
flag-good-first-issue
priority-3-low

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

priority-2-moderate
type-ci
flag-profit

## Summary **Live preview:** https://reactive-python.github.io/reactpy/ This PR is a rewrite of our documentation to imitate [React's documentation](https://react.dev). Additionally, this switches us from `sphinx` to `mkdocs` as a documentation tool. Sections...

### Current Situation This issue was first discovered while trying to develop https://github.com/reactive-python/reactpy-django/pull/226 I created a component that simulates a `list` of conditionally rendered children. Each child in the list...

priority-0-critical
release-patch

### Current Situation Right now `use_effect(..., dependencies=None)` triggers **AND** cleans up on every render. But there are circumstances where I need some conditions checked (such as within ReactPy Django's `django_css`...

type-feature
priority-2-moderate

### Current Situation Right now, the `event_to_object` JS package within this repo manually declares every attribute that is serializable. This is primarily to prevent infinite recursive serialization of events. As...

priority-1-high
type-revision
type-refactor
release-minor