-
### Current Situation
All `reactpy.backend.*.configure(...)` calls currently require a component. However, our main method telling users how to use ReactPy should involve using our [template tag](htt…
-
### Discussed in https://github.com/reactive-python/reactpy/discussions/1162
Originally posted by **ppalucha** November 11, 2023
Hi,
I'm trying to install `reactpy[flask]` in my project, but …
-
### Current Situation
There is no convenient method to fetch the Django and ReactPy sessions from within components.
### Proposed Actions
Create a `use_session` hook.
This interface could…
-
-
### Current Situation
We currently don't have any multiprocessing compatible way to cache component renders, similar to Django's [`cached_page` decorator](https://docs.djangoproject.com/en/4.2/topi…
-
### Current Situation
All components are currently rendered solely via WebSockets. This is highly convenient for development and state management purposes, however, it limits ReactPy-Django to ASGI…
-
### Current Situation
React has the ability to define class based components while we don't. In some situations, components look a lot cleaner when organized in this fashion. Additionally, it allows …
-
# Proposed Changes
Find the hot spots in ReactPy's code-base in order to identify where attention should be focused. Once we know this, we will be able to focus our efforts on performance improveme…
-
### Current Situation
[ReactPy router](https://github.com/reactive-python/reactpy-router) exists now, but there is currently no Django-specific version of this.
### Proposed Actions
Create a `djang…
-
@tomvanmele Just to keep you in the loop. Today @ZacZhangzhuo and I had a discussion about the other potential GUI frameworks we can use in comparison of QT. [Tkinter](https://docs.python.org/3/librar…