# | Conference | Year | Speaker | Talk | Summary |
---|---|---|---|---|---|
1 | DjangoCon Europe | 2025 | Lucas Pires | Django + HTMX: Patterns to Success | This talk by Lucas Pires explores effective patterns for combining Django and HTMX, addressing common challenges, missing standards, and why they pair well together for building applications. |
2 | DjangoCon Europe | 2022 | David Guillot | From React to htmx on a real-world SaaS product: we did it, and it's awesome! | The talk shares the experience of replacing a SaaS product's React UI with Django templates and htmx, detailing the process, performance improvements, and benefits like maintaining a rich user experience with less client-side JavaScript. |
3 | DjangoCon Europe | 2021 | Thomas Güttler | HTMX Frontend Revolution | Thomas Güttler presents a humorous odyssey through various frontend frameworks, a retrospective on desired frontend features, and introduces HTMX as a revolutionary approach that extends HTML with attributes for simplified development. |
4 | DjangoCon Europe | 2024 | Karen Tracey | Django + Alpine.js + htmx Ups & Downs | Karen Tracey discusses the pros and cons of using Django with Alpine.js and htmx over 2.5-3 years, including benefits like enhanced interactivity and team collaboration, alongside challenges such as template complexity and code reuse difficulties. |
5 | DjangoCon US | 2023 | Chris May | HTML-ivating your Django web app's experience with HTMX, AlpineJS, and streaming HTML | Chris May explains how to enhance Django web apps using HTMX, AlpineJS, and streaming HTML for dynamic interactions, achieving SPA-like experiences with faster load times and simpler maintenance without heavy JavaScript. |
6 | DjangoCon US | 2024 | Karen Tracey | Django + Alpine.js + htmx Ups & Downs | Karen Tracey covers the combination of Django, Alpine.js, and htmx, highlighting benefits like improved user experience and developer collaboration, as well as challenges including template complexity and code reuse issues. |
7 | PyCon AU | 2023 | Dan Sloan | Using Django 4.2's StreamingHttpResponse and HTMX SSE to provide real time notifications | The talk demonstrates using Django 4.2's StreamingHttpResponse and HTMX Server-Sent Events for real-time notifications in web apps, emphasizing simplicity, reduced custom JavaScript, and a demo application. |
8 | DjangoCon Europe | 2025 | Thomas De Bonnet | Just-in-Time Development with Django and HTMX: Faster, Leaner, and Smarter | This talk introduces Just-in-Time (lazy) development principles with Django and HTMX for efficient data fetching, creating faster apps by loading only necessary data when needed to improve performance and user experience. |
-
Notifications
You must be signed in to change notification settings - Fork 0
fauzaanu/django-htmx-talks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
collection of talks about django and htmx