Skip to content

Links to htmx components relevant stuff

Hanne Moa edited this page May 3, 2024 · 13 revisions

Components

  • django-template-partials
  • Slippers
  • django-components
  • django-web-components
    • No javascript
    • Adds templatetags, adds to syntax
    • Template in separate file by default, can be incorporated directly via render-method
  • Tetra
    • Puts every component thing into a python class:

      • css
      • templates
      • static files

      While it is possible to also import from files this is not the documented, preferred way.

    • Deeply dependent on alpine.js

    • Rewrites DOM

    • Slow

Examples, patterns, tips

Clone this wiki locally