reactpy
reactpy copied to clipboard
Backport `reactpy_django` features to `reactpy`
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:
- [x] #110
- [x] #1278
- [x] Convert
vdom_to_htmltoreactpy_to_html - [ ] #578
- [ ] Support
offlineHTML fallback within template tags - [ ]
use_queryanduse_mutationhooks (NOTE: This should probably become an external package)