😩 Are you tired of the endless JavaScript dependencies, the complex build processes, and the constant battle to keep your front-end frameworks up-to-date?
💡 Sadukie shows how HTMX can make the JavaScript less painful in this post: 👇🏻
blog.nimblepros.com/blogs/htmx-f...
#HTMX #WebDevelopment
Is it just me, or does HTMX feel a bit like stepping back to 2005? Maybe that’s not a bad thing. Keeping the logic on the server and the frontend "dumb" feels like a return to sanity. Or am I just nostalgic?
#WebDesign #HTMX #BuildInPublic
Phil Norton explores HTMX integration in Drupal 11 via Hashbangcode.
With core/htmx and backend tools, Drupal enables dynamic UI using HTML attributes instead of custom JS.
AJAX replacement is planned, but both systems coexist for now.
https://bit.ly/3NYR3ZP
#Drupal #HTMX #WebDevelopment
Looking into the HTMX + Alpine.js combo for the #PubPilot interface. It feels like the "anti-React" movement. Anyone running this pairing in production? Is it enough for a complex creator dashboard?
#HTMX #AlpineJS #Frontend #BuildInPublic
I took a look at Go and HTMX using a web generation tool, Gowebly.
> A next-generation CLI tool for building amazing web apps. Go, htmx & hyperscript, modern CSS frameworks!
htmxRazor v1.3.0: server-driven data table, Command Palette, focus management after swaps, container queries, skip nav, APG keyboard audit. No Bootstrap. No client-side JS library. .NET Tag Helpers for htmx. htmxRazor.com
#aspnetcore #htmx #webdev #aspnet
How are devs feeling about #htmx in 2026?
A longer post today on my beloved subject: Unpoly for modern frontends that make sense for backend guy.
zeromagic.io/posts/unpoly... #unpoly #htmx #java
Introducing htmxRazor — 72 server-rendered UI components for ASP.NET Core with native htmx support.
No JS framework.
One NuGet package. v1.0.2, MIT licensed.
htmxRazor.com
github.com/cwoodruff/htmxRazor
#dotnet #aspnetcore #htmx #opensource #webdev
blogo: I updated the dependencies to their latest versions, ensuring our project stays current and secure. Excited for the improvements!
#Htmx #Ssr #TypeScript #Web
new version of HSX #SSR UI library published 🎉
SSR-first, but now with optional Widgets: define once, serve via SSR or embed as iFrames with Declarative Shadow #DOM
#HTMX as #HTML: use get, post, target, swap as native attributes with auto #HTMX injection...
github.com/srdjan/hsx
The journey of #javascript is the poster child of out of control #complexity. What started as tiny client side code to introduce some interactivity has eaten html itself (virtual #dom) and then metastasized also on the server side. A gargantuan duplication of functionality between client and […]
It may be easier than you think to make an interactive website using Julia, the best language for scientific computing. Here’s one that simulates the acoustics of plucked string instruments:
lee-phillips.org/pluckit/
#julialang #music #htmx #scicomm
Тренди фронтенду 2026: чому Astro + HTMX + signals все ще перемагають Next.js у маленьких та середніх проєктах
#next.js #htmx #signals
I am developing more and more with Htmx in my Django project and I love it. I have a lot less code and more clean code with Htmx than the traditional Jinja2 stuff.
https://fundor333.com/micro/2026/01/making-htmx-stuffs/
#dev #htmx
Adding Reload to HTMX Widgets
paultraylor.net/blog/2026/adding-reload-...
#Django #Htmx
I love htmx so much. It reminds me of the jQuery days when sites needed and only had just enough interactivity to make them useful. Way before the bloated React/Vue crap ruined a lot of sites for little gain.
#htmx #jQuery
Big update to my htmx + ASP.NET Core Razor Pages book!
3 NEW CHAPTERS:
Ch 18: Caching & History
Ch 19: Request Optimization
Ch 20: Performance Tuning
Plus, every existing chapter has been revised with improved code examples and production-ready patterns.
aspnet-htmx.com
#dotnet #htmx #aspnetcore
Keypad login screen for my app using Hyperscript for the interactivity.
A whimsical yet functional security addition to my app based on a door keypad - mainly just to stop any drive-by access.
The keypad itself uses Hyperscript (hyperscript.org) because it makes client-side interactivity simple.
#HTMX #Hyperscript
Modern Frontend Development workshop with Django, HTMX, Tailwind, Playwright and AlpineJS; decorative tree, code icons, dates 24 + 25 January, Prelude logo
Join our Weekend Workshop: Modern Frontend Development with #Django, #HTMX, #Tailwind, #Playwright and #AlpineJS
Dates: 24-25 January
prelude.tech/upcoming_wo...
Use the code GIFT25 to unlock a 25% festive discount! Offer valid until 11 January
#Development #Outlooks
JavaScript Frameworks 2026 · The role of JavaScript frameworks is under pressure ilo.im/169mtc by Ryan Carniato
_____
#Frameworks #Angular #Htmx #React #SolidJS #Svelte #Tanstack #WebDev #Frontend #JavaScript
Give the Gift of Growth this Festive Season! Invest in your team's potential with substantive, lasting learning 25% off upcomming workshops Code: GIFT25 24+25 January - Modern frontend development with Django, HTMX, Tailwind, Playwright and AlpineJS - Understanding Django by Integrating AllAuth 14+15 February - Apache Airflow - Basics to advanced - Getting Git: A Beginner’s Guide to Version Control and the Terminal
If you have any new years resolutions that involve learning, then come learn with us :) We're running some holiday specials! prelude.tech/upcoming_tr...
Offer valid until 11 January!
#django #htmx #alipinejs #airflow #tailwindcss #git #playwright
🧠 Heise Online reviews performance gains in Drupal 11.3.0, citing HTMX + PHP Fibers.
BigPipe now uses HTMX to cut JS overhead by 71%. Fibers improve non-blocking cache/db ops.
Benchmarks show up to 33% faster loads.
https://bit.ly/3N4HKXG
#Drupal11 #Performance #HTMX #PHPFibers
Screenshot of two Note To Self apps (Bun/Hono left, Blazor SSR right)
I ported my “Note To Self” app to the Bun/Hono/JSX stack mainly for the lols, but also to prove to myself how portable #HTMX is.
The only difficulty was getting Bun to connect to the database. The UI and HTMX bits were the easy parts.
#HTMX #Bun #Hono #Dotnet #WebDevelopment