65 private links
A proposal for data bindings as first class citizens in JavaScript? This could be a good thing indeed.
Interesting debug tool for web frontend code. It'd be nice as a browser extension.
Indeed this. It's not only about payload size, it's also about CPU consumption. Our profession is still assuming too much that users will get faster CPU on a regular basis.
This is nice to see a new benchmark being published. This seems to follow real life scenarios. We can expect browser engines performance to increase.
Nice set of tricks (might also involve Javascript, not only CSS) when you need to format web content for printing.
Looks like a nice way to properly learn the web frontend basics.
Something is definitely bonkers regarding the use of JavaScript on the web. The amount of bloat is staggering.
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 examples showing JavaScript use can be reduced in the browser. HTML and CSS are gaining nice features.
Nice guide, the interactive parts definitely help. Good way to improve CSS Grid use. It's much more powerful than I suspected.
I like this kind of balanced view. Indeed Typescript isn't all roses, still it's worth using in complex cases.
Another library of web components. This seems to pick up and it's welcome.
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.