Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paatre/django-htmx-components
Using this to test HTMX and web components in Django
https://github.com/paatre/django-htmx-components
Last synced: about 1 month ago
JSON representation
Using this to test HTMX and web components in Django
- Host: GitHub
- URL: https://github.com/paatre/django-htmx-components
- Owner: paatre
- Created: 2023-12-02T22:47:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T20:12:57.000Z (about 1 year ago)
- Last Synced: 2023-12-05T08:30:34.812Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django HTMX Components
## TODO:
1. Read about `HtmxMiddleware` from [GitHub](https://github.com/adamchainz/django-htmx/blob/main/src/django_htmx/middleware.py) and [Read the Docs](https://django-htmx.readthedocs.io/en/latest/middleware.html)
2. Check [HTMX extensions](https://htmx.org/extensions/#reference) (downloadable via [UNPKG](https://unpkg.com/browse/[email protected]/dist/ext/)): `ajax-header`, `class-tools`, `debug`, `event-header`, `head-support`, `include-vals`, `json-enc`, `loading-states`, `method-override`, `multi-swap`, `path-deps`, `preload`, `remove-me`, `response-targets`, `restored`, `server-sent-events`, `websockets`