Your stack is Go/HTMX/Tailwind right? You make a compelling case because I hate JavaScript a little more after today.
Discussion
Yep that's what I use for web apps. But I use go for most general purpose programming now.
I have 2 web app frameworks with this stack on my GitHub, one with nostr auth built in. Buildr an go frame if you'd like to get started ☺️
Thanks for sharing these 🤙
I'm going to test out Go/HTMX and Phoenix LiveView for my work project and see which one I like better.
But I'm so done with JavaScript frameworks.
They are so bloated with stuff just to make JavaScript work for stuff it was never intended for.
HTMX has its own learning curve, depending on how long you've been in JS it's harder to think differently about how to do stuff in the dom. Check out hyperscript too to really get rid of most js. You're never going to completely eliminate it. Also think of stuff in this manner: https://en.m.wikipedia.org/wiki/HATEOAS