Open
Description
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 database), a few of them can.
Proposed Actions
The following feature can be backported:
- Client Side Python Components #110
- Improved default transforms for
vdom_to_html
#1278 - Convert
vdom_to_html
toreactpy_to_html
- SEO Compatible Rendering #578
- Support
offline
HTML fallback within template tags -
use_query
anduse_mutation
hooks (NOTE: This should probably become an external package)