Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026
The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.
As a backend developer, htmx might be the best thing you stumble upon, as it lets you create quite complex experiences in your Web Application without using JavaScript.
As a frontend developer that knows and works with JavaScript or TypeScript all day long, you might wonder why use htmx instead of React or any other client-side library that you can use to build a UI?
The thing is this: if you’re building your application on top of one of those big frameworks (be it React, Vue, Angular, Svelte…) you are effectively building the application by using that particular framework (or library, whatever…) rules and conventions and patterns.
You are effectively a React developer, or Vue developer.
And guess what happens when you use those frameworks, typically? There’s a TON of JavaScript running under the hood to power your application.
With htmx instead you are much closer to the Web as a platform. You stay much closer to the HTML, to the browser, and to the client-server interaction.
You use much more native, built-in, platform APIs.
You use client-side JavaScript as a “scripting language” to build to interactive user interfaces, as it was intended.
Why htmx? Why not. You might discover a way of building Web Applications that totally reasons with how you think.