Here is JSR with NPM, interesting thoughts on Gatsby, Switch element for Safari, and stream HTML without JavaScript. Excellent post on CSS printing and Apple reverse PWA for EU.
This is a new package registry built on top of NPM. It works with any runtime (Node, Deno, Bun, Cloudflare Workers and more)
Here is why: https://jsr.io/docs/why
Here is the first impression: https://dbushell.com/2024/02/16/jsr-first-impression
I confess, I also used Gatsby for a while, but then Nextjs felt like a better choice, and so on. In any case, I lost the story about a Gatsby project and didn’t even know they moved to Gasby Cloud and were later acquired by Netlify.
https://www.smashingmagazine.com/2024/03/end-of-gatsby-journey/
It seems to be a pretty handy library for super smooth visual animation.
https://pixijs.com/blog/pixi-v8-launches
Demo:
https://pixijs.com/playground?exampleId=advanced.starWarp
Basically, it is a checkbox that looks like a switch. I guess it could become a standard since many websites use light/dark theme selectors and similar on/off cases. The best part is that it won’t break other browsers as it is simply a checkbox with an attitude attribute switch, which won’t impact any other browser.
https://webkit.org/blog/15054/an-html-switch-control/
I wasn't sure which category to put this post under, as an example is done without JavaScript. However, regardless, it has dynamic content. It's definitely an interesting approach.
https://lamplightdev.com/blog/2024/01/10/streaming-html-out-of-order-without-javascript/
https://antfu.me/posts/shiki-magic-move
This is a fantastic post on creating a print-friendly web page with all the sizes and experiments, setting up CSS, and what the printer expects. It's simply amazing.
https://voussoir.net/writing/css_for_printing
To my surprise, Firefox and Safari look very green, whereas Chrome has five reds.
https://codepen.io/thebabydino/pen/yLRBJXP
https://codepen.io/konstantindenerz/pen/poYmNxw
Comment on Mastodon