Backport `reactpy_django` features to `reactpy`
Author: ArchmongerCreated Jan 26, 2025Updated Jun 28, 2026
Labelspriority-2-moderate
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 a built-in database), a few of them can.
Proposed Actions
The following feature can be backported:
- #110
- #1278
- Convert
vdom_to_htmltoreactpy_to_html - #578
- Support
offlineHTML fallback within template tags -
use_queryanduse_mutationhooks (NOTE: This should probably become an external package)
Source: reactive-python/reactpy