From 9d0205994837f6ef0397f45ea2487db84b339bd1 Mon Sep 17 00:00:00 2001 From: Mark Bakhit <16909269+Archmonger@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:32:59 -0700 Subject: [PATCH] :handshake: Add ReactPy (#227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39c2af0..68588da 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A class-based view to handle multiple forms in one view. ### Full-stack frameworks +- [ReactPy](https://github.com/reactive-python/reactpy) - It's React, but in Python. Insert dynamically rendered Python into Django templates using the [ReactPy-Django module](https://github.com/reactive-python/reactpy-django). - [Reactor](https://github.com/edelvalle/reactor/) - Phoenix LiveView, but for Django. - [Sockpuppet](https://sockpuppet.argpar.se/) - Build reactive applications with the Django tooling you already know and love. - [Unicorn](https://www.django-unicorn.com/) - A reactive component framework that progressively enhances a normal Django view, makes AJAX calls in the background, and dynamically updates the DOM.