Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
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 interactive user interfaces, as it was intended.
Why htmx? Why not. You might discover a way of building Web Applications that totally resonates with how you think.