64 private links
With the progresses of CSS in recent years it's clear that SASS becomes less useful.
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.
Excellent piece which shows why React (or Angular) is almost always a bad choice and that you'd be better off banking on the underlying web platform. It leads to better user experience full stop. The article also goes in great length debunking the claims which keep React dominant.
Each has a use, they shouldn't be conflated. It makes for poor user experience and accessibility otherwise.
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.
This is indeed an interesting new CSS selector. Opens the door to doing more in a declarative way and with less Javascript.
Looks like an interesting tool to have in the box for 2D effects on the web.
A good list to design HTML forms. The bar is indeed high and there's value in simplicity.
Interesting reason which would explain the Selenium flakiness. It's just harder to write tests with race conditions using Playwright.
It's better than no feedback. It's a bit lazy and far from perfect though.
Interesting series about the rise of the javascript frontend framework, the bad practices which came with them and the very real impacts on the users. There are indeed better ways.
A new HTML attribute to keep an eye on. I can expect people to abuse it with hard to debug problems in the frontend if you don't know it is there.
Interesting approach to structure CSS custom properties. Should help a bit with maintainability.
Looks like a nice CSS library for the semantic styling of web content.
This gives a good idea of the important parts in a CAD program. It also list a few of the usable libraries to build one such program in the browser.
Excellent exercise in understanding how HTMX works under the hood.
Looks like a good reference about everything which can be done with the latest CSS evolutions.
There are differences between attributes on the HTML side and properties on the DOM side. This can quickly get confusing, here is a good reference for it.