#1258·reactpy

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_html to reactpy_to_html
  • #578
  • Support offline HTML fallback within template tags
  • use_query and use_mutation hooks (NOTE: This should probably become an external package)