What I don't like about Htmx is, that it is still a JS framework, without good automatic fallbacks for a noscript situation. This leads to web devs thinking it would be great to do all the things in Htmx, even if all they have is a static page with static content. Just recently I looked at hosting an old school forum. I don't want to load all the PHP and MySQL baggage on my server or even run it in docker, so I looke…
Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
131–140 of 216 posts
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#132In the pre agentic coding era, I was hyped about HTMX for providing a classic way of web development over React. But after not writing code for several months, all work done by claude code / codex, I find myself not caring whether the framework is HTMX or React anymore. I mean, why do you bother if you don't write the code yourself. And I'm even starting to feel React's advantages: good ecosystem, rich UI kits, reusa…
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#133I've been using htmx for three years now, and it's completely unlocked new ways of building software for the web, especially if you use a server-side templating language. But more importantly (as this "Game Boy" option reveals), the head honcho is really responsive with the items in the store. I had purchased a coffee mug a few years back and complained on Twitter that they need to sell larger mugs instead of only of…
This was my trick for cutting back to two cups of coffee a day.
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#134In the pre agentic coding era, I was hyped about HTMX for providing a classic way of web development over React. But after not writing code for several months, all work done by claude code / codex, I find myself not caring whether the framework is HTMX or React anymore. I mean, why do you bother if you don't write the code yourself. And I'm even starting to feel React's advantages: good ecosystem, rich UI kits, reusa…
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#135I find htmx ideal for things that should be static to begin with, and for things that are dynamic, I fail to see how it can handle synchronisation?
I believe Github is using similar technology and their notifications indicators and counter are almost always broken and out of sync.
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#136What I don't like about Htmx is, that it is still a JS framework, without good automatic fallbacks for a noscript situation. This leads to web devs thinking it would be great to do all the things in Htmx, even if all they have is a static page with static content. Just recently I looked at hosting an old school forum. I don't want to load all the PHP and MySQL baggage on my server or even run it in docker, so I looke…
Htmx is actually quite good at graceful degradation IF you stick to hx-boost for most interactions. See https://dev.to/yawaramin/why-hx-boost-is-actually-the-most-i...
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#137Exclusively? Htmx runs in a browser, as people in this thread are attesting with how they've been using it for years
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#138In the pre agentic coding era, I was hyped about HTMX for providing a classic way of web development over React. But after not writing code for several months, all work done by claude code / codex, I find myself not caring whether the framework is HTMX or React anymore. I mean, why do you bother if you don't write the code yourself. And I'm even starting to feel React's advantages: good ecosystem, rich UI kits, reusa…
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#139Earlier quoted context omitted.
It's been massive for me as well. I would say my web developmemt is best described as dabbling in web development, and I mostly do so for websites that cater to academic interests and conference / society managment and organising. So, relativly niche. However, I think HTMX is a beauty. Fast, simple, and doesnt come with all the bloat and BS a JS heavy / JS first deployment comes with. I can quikckly build fast and re…
HTMX is just as JS compute heavy. It's not magic.
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#140Is there any substantial web app written htmx? I find htmx ideal for things that should be static to begin with, and for things that are dynamic, I fail to see how it can handle synchronisation? I believe Github is using similar technology and their notifications indicators and counter are almost always broken and out of sync.