This obviously keeps progressing. I think a good resource summarizing the new ways to do things would be necessary.
Another testament to the fact that it's probably better to have minimal dependencies on your webpages. This is especially true for documents if you're aiming for longevity. If you're making an actual application the trade-off will be different.
Nice explanation on how to handle request errors with HTMX. It's in fact relatively simple even though there's a couple of pitfalls.
Nice and fun little demo of what can be done with CSS animations.
Fun way to understand better the CSS layouting using flexboxes.
This is an interesting use of the accessibility directive for better styling in web frontend code.
Good reasoning, multi-page applications should be the default choice for web frontends architecture. The single page applications come at a cost.
Interesting, "state of the union" regarding local-first we frontend. Lots of pointers towards other resources too.
It's clearly not clear cut, it's a whole spectrum. I wish more web developers would at least ask themselves the question before having knee-jerk reactions reaching for their favorite framework of the day.
Nice reasoning. It very well highlights the tradeoffs coming the choice they made. And of course the decision might change if the situation changes.
Good balanced view about Web Components. Interestingly it seems the adoption is already higher than I expected.
This is clearly getting more mature. Even the list of issues presented here actually makes me want to try it more as to evaluate the exact impacts.
Long post but worth the read in my opinion. It lays out good reasons for reducing the dominance of React and move beyond it. There are good reasons to do so, and they're piling up with the time passing.
A little experiment which turns into a neat reference in HTML elements. Could be useful.
I think this is the right way to look at the problem space. The analysis provides the right pros and cons to look at when picking a frontend framework.
OK, that looks like an interesting idea for the frontend bits if your stack is mainly Python based. Still very young though.
This is indeed looking more and more like a viable and worthwhile option for web applications.
Interesting algorithm for generating image placeholders.
Very nice approach to avoid the font bloating on the web. I'm slightly concerned about the maintenance over time but at least it has proper fallbacks and the fonts used seem widespread enough (for now).
Nice exploration of Django + HTMX + web components for a CRUD use case. Interesting insights and highlights some of the limitations with HTMX.