### 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: - [x] #110 - [x] #1278 - [x] [Convert `vdom_to_html` to `reactpy_to_html`](https://github.com/reactive-python/reactpy/pull/1278) - [ ] #578 - [ ] Support `offline` HTML fallback within template tags - [ ] `use_query` and `use_mutation` hooks (NOTE: This should probably become an external package)
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:
vdom_to_html#1278vdom_to_htmltoreactpy_to_htmlofflineHTML fallback within template tagsuse_queryanduse_mutationhooks (NOTE: This should probably become an external package)