You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Livewire](https://laravel-livewire.com/), a full-stack framework for the PHP web framework, Laravel.
67
67
-[LiveView](https://github.com/phoenixframework/phoenix_live_view), a library for the Elixir web framework, Phoenix, that uses websockets.
68
68
-[StimulusReflex](https://docs.stimulusreflex.com), a library for the Ruby web framework, Ruby on Rails, that uses websockets.
69
-
-[Hotwire](https://hotwire.dev), "is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire". Uses AJAX, but can also use websockets.
69
+
-[Hotwire](https://hotwire.dev), "is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire". Uses AJAX, but can optionally use websockets.
-[Sockpuppet](https://sockpuppet.argpar.se/), a port of Ruby on Rail's `StimulusReflex`. Requires Django channels and websockets.
76
76
-[Django inertia.js adapter](https://github.com/zodman/inertia-django) allows Django to use <ahref="https://inertiajs.com">inertia.js</a> to build an SPA without building an API.
77
77
-[Hotwire for Django](https://github.com/hotwire-django) contains a few different repositiories to integrate [Hotwire](https://hotwire.dev) with Django.
78
+
-[Django IDOM](https://github.com/idom-team/django-idom) creates highly interactive web pages purely in Python with React.
78
79
-[Lona](https://lona-web.org/) is a web application framework, designed to write responsive web apps in full Python.
80
+
-[IDOM](https://github.com/idom-team/idom), a port of ReactJS to Python. Fully compatible with all ReactJS components.
-[django-components](https://github.com/EmilStenstrom/django-components/), which lets you create "template components", that contains both the template, the Javascript and the CSS needed to generate the front end code you need for a modern app.
96
96
-[django-component](https://gitlab.com/Mojeer/django_components), which provides declarative and composable components for Django, inspired by JavaScript frameworks.
97
97
-[django-page-components](https://github.com/andreyfedoseev/django-page-components), a minimalistic framework for creating page components and using them in your Django views and templates.
98
98
-[slippers](https://mitchel.me/slippers/), helps build reusable components in Django without writing a single line of Python.
99
+
100
+
### Django packages to integrate lightweight frontend frameworks
101
+
102
+
-[django-htmx](https://github.com/adamchainz/django-htmx) which has extensions for using Django with [htmx](https://htmx.org/).
0 commit comments