Hello
Storybook 10 features breaking changes, defaults vs named exports, and safe array methods in JS. React Bits offers extensive and highly customisable animated components. In the CSS world, there are posts about colour shifting, holo effects, corners, anchors, and even Pokémon Cards. Happy Reading!
While the post doesn’t give a definite answer, research itself is fantastic. So, the reasons might be between Legacy Decisions, Background tabs, Battery Saving or Preventing Abuse. Probably a mix of all the above.
https://nolanlawson.com/2025/08/31/why-do-browsers-throttle-javascript-timers/
Interesting observation from Nicholas C. Zakas on default imports vs named ones.
https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module/
If you like long, detailed posts, then this link is for you.
https://bun.com/blog/behind-the-scenes-of-bun-install
https://frontendatscale.com/blog/tanstack-db
Super cool explanation of how to create a liquid glass effect in a browser. All physics included.
https://kube.io/blog/liquid-glass-css-svg/
Library, when you need that special animated component, text, scroll effect or something else. Quite extensive and loads of possibilities.
https://github.com/sindresorhus/ow
Instead of using .sort()
, reverese()
or splice()
which mutates original array you can use toSorterd()
, toReversed()
and toSpliced()
https://allthingssmitty.com/2025/09/08/finally-safe-array-methods-in-javascript/
SB 10 features a breaking maintenance release that focuses on ESM-only package distribution to reduce the install size.
https://storybook.js.org/docs/10/releases/migration-guide
Really fancy settings, not sure about usability or need, but looks great. Check the top right corner settings.
https://nerdy.dev/cascading-secret-sauce
As usual for Josh, very detailed and full of live examples. Interesting difference between hsl() hue property and filter: hue-rotate()
. Apparently, those two act quite differently.
https://www.joshwcomeau.com/animation/color-shifting/
While on the same topic, there is another interesting post about long
and short
colour distances.
https://css-tricks.com/what-you-need-to-know-about-css-color-interpolation/
Your eyes might hurt after scrolling through endless Pokémon cards, but the effects are pretty interesting. Also, the source of the project is added, which turns out to be based on Svelte.
Online tool to create (or play) with Design System, Colour Palettes and more.
This is a good article on corners in CSS. There are numerous options available with pure CSS before you consider using background images.
https://css-tricks.com/what-can-we-actually-do-with-corner-shape/
Real-world examples with anchor positioning. Also, it works in Chromium only.
https://una.im/follow-the-anchor/
https://auth0.com/blog/an-accessible-guide-to-wcag-3-3-8-authentication-without-frustration/
Connect all with all.
Malware specifically targets AWS and GCP Secrets Manager. Post also has steps for a security audit.
https://www.stepsecurity.io/blog/ctrl-tinycolor-and-40-npm-packages-compromised
Pleasant journey on interfaces and how the web exploded into what we know today, with info-commercial (or infomercial?) at the end.
https://bradfrost.com/blog/post/the-history-of-themeable-user-interfaces/