DjangoCon Europe 2022 | From React to htmx on a real-world SaaS product
Replacing the 2-year-of-work React UI of our SaaS product with simple Django templates and htmx in a couple of months.
Many Python developers who build web applications rely on JavaScript-heavy Single-Page Applications (SPAs) to achieve dynamic user experiences. However, these SPAs have challenges, including increased complexity, slower load times, and complicated build pipelines. But an alternative approach exists that delivers an exceptional user experience without the drawbacks of SPAs!
Reduce your page load time with htmx in less than an hour
Code and notes on implementing htmx
and django-htmx
to lower graph-heavy pages from 6 seconds to 0.17 seconds.
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX FULL TUTORIAL
A 9+ hour long course on building a full-blown content site with Django and the latest tools.
Build a One-Product Shop With the Python Django Framework and Htmx
We'll use Django, htmx, and Stripe to create a one-product e-commerce website.
Learn to use Websockets with Django by building your own ChatGPT
Everything you need to know about websockets to use them in your applications, with Django, channels, and HTMX.
Upload your brain: How to add serverless functions to Django in 6 minutes (with HTMX and AWS Lambda)
A short guide (and accompanying video) on adding serverless functions to Django.