Mark Bakhit
Mark Bakhit
Would be fantastic if WS proxying was supported, as many Django users have been moving to ASGI webservers. See these examples for functional implementations that need to be made generic...
Things have been moving slowly on #196, which has caused us to be hesitant of [significant overhauls](https://github.com/jazzband/django-dbbackup/issues/423) to django-dbbackup due to the inevitable need for admin management caused by changing...
Plex made some design decisions which cause all episodes (except one) to be hidden on mobile. I wasn't able to figure out a workaround. I don't think this is solvable,...
### Current Situation Currently, all JavaScript components need to be client sided. ### Proposed Actions It's feasible to run JS components server sided, such as [`NextJS Server Components`](https://nextjs.org/docs/getting-started/react-essentials#server-components) Most likely,...
### Current Situation Currently, we need to manually write every single HTML element that could exist. This is not efficient and is fairly annoying to maintain. ### Proposed Actions Create...
### Current Situation It is currently a bit disjointed that some of our hooks exist within the `reactpy.backend.hooks` module. ### Proposed Actions Move all hooks within `reactpy.backend.hooks` into `reactpy.hooks`.
### Current Situation [This change](https://github.com/reactive-python/reactpy/pull/1165) now allow renders to take place concurrently. To keep things simple, no effort is made to deduplicate renders. For example, if parent and child components...
### Current Situation Users frequently run into unexpected webserver "freezing" when using sync effects due to Python's single-threaded nature. This behavior doesn't seem to match up with equivalent JavaScript server...
### 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...