Nice examples showing JavaScript use can be reduced in the browser. HTML and CSS are gaining nice features.
A little experiment which turns into a neat reference in HTML elements. Could be useful.
Interesting data point about a service moving completely to the htmx and web components approaches. Not all applications are going to see such drastic improvements, that being said the change in team structure alone feels like a very good thing to me (and is more likely to be the constant in such moves).
Definitely a cool trick. Not really practical yet due to the performance and differences of behavior in the various browsers. Hopefully his will get solved at some point.
There is indeed a trade-off approach available nowadays between "backend computes the whole page" and "frontend computes it all in JS". This sounds like an interesting patch depending on the project context.
Now this is indeed a very clever CSS trick!
Interesting way to combine Django and a couple of JS based tiny frameworks to make simpler frontends.
Another frontend framework which seems lightweight. Especially nice is the fact that it's built on top of Web Components and that properties are properly reactive.
Sounds like a potentially interesting tool especially combined with curl.
Interesting analysis on the impact of lazy-loading images in your pages. Bottom line is: don't do it blindly, it's actual better to not lazy-load some of the images.
Very thorough analysis on the kind of web frontend performances you can expect for most people on mobile. Since we basically need to reduce the footprint of such frontends to make this sustainable again this is a very welcome article.