HTMX proves you don’t need the complexity of React, Angular or Vue.

by Remy van Duijkeren | May 3, 2024 | Shorts

HTMX proves you don't need the complexity of React, Angular or Vue.

The stack and build steps are getting insane with all these JavaScript frameworks.

HTMX reduces the complexity of the stack, by removing layers.

SPA: DB - Backend-logic - JSON - Frontend-logic - HTML

MPA/HTMX: DB - Backend-logic - HTML

With HTMX you almost don't need to use JavaScript. You just sprinkle at some places to have a little bit more interactivity, they way JavaScript was meant to be.

What do you think?

Related

Hourly billing kills love.

Hourly billing kills love. I saw it happen again and again at implementation partners. Everything starts fun… and then it slowly burns down. Year 1:...

Read More