🤝 Added django-suspense package to Templates section (#326)

This commit is contained in:
Pavel Kutsenko
2025-08-16 19:46:33 +02:00
committed by GitHub
parent 5cdc03b33d
commit da26b9d90f

View File

@@ -317,6 +317,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates. - [JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates.
- [django-cotton](https://django-cotton.com/) - Goodbye `{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}`, Hello `<c-component />`. Bringing modern UI composition to Django. - [django-cotton](https://django-cotton.com/) - Goodbye `{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}`, Hello `<c-component />`. Bringing modern UI composition to Django.
- [htpy](https://htpy.dev/) - htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language. - [htpy](https://htpy.dev/) - htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language.
- [django-suspense](https://github.com/paqstd-dev/django-suspense) - Easy way to display a fallback in templates until children have finished loading (like React).
### Testing ### Testing
- [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar/) - Configurable panels to debug requests/responses. - [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar/) - Configurable panels to debug requests/responses.