Merge pull request #280 from kaedroho/patch-1

Add Django Bridge
This commit is contained in:
Will Vincent 2024-08-27 10:58:22 -04:00 committed by GitHub
commit f911feb61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.