From 4f169fd59d58a7dbe30626baf5a13ca419b57d25 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 21 Aug 2024 22:01:26 +0100 Subject: [PATCH] Add Django Bridge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a091c0..732b44d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,8 @@ _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 + +- [Django-Bridge](https://github.com/django-bridge/django-bridge) - The simple way to build React frontends for Django applications. - [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.