63 private links
A larger transition coming to HTMX. Interesting choices and good lessons on how to manage the API transition.
Looks like an interesting alternative to HTMX to come. Might go further enough that it has the potential to displace things like React as well.
This is a good goal, I wish them luck.
The idea is interesting even though it probably needs to mature. It's interesting to see this kind of libraries popup though, there's clearly some kind of "backend - frontend split" fatigue going on.
I don't think I would side with the conclusion. It's a worthwhile article to get a better idea of the pain points around htmx.
Interesting proposals, let's see how far they go. They could bring most of the benefits of htmx and similar straight in HTML.
As it gets more adoption people are figuring out ways to use htmx properly and not abuse what should be niche features.
Excellent exercise in understanding how HTMX works under the hood.
Looks like an interesting trick for more dynamic HTML frontends with very limited used of Javascript. Inspired by htmx it seems to go one step further in the same direction.
Nice explanation on how to handle request errors with HTMX. It's in fact relatively simple even though there's a couple of pitfalls.
This is indeed looking more and more like a viable and worthwhile option for web applications.
Nice exploration of Django + HTMX + web components for a CRUD use case. Interesting insights and highlights some of the limitations with HTMX.
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).
Interesting way to combine Django and a couple of JS based tiny frameworks to make simpler frontends.