Newsletter Roundup โ Week of September 14 ๐ฌ
What caught our eye this week across JavaScript Weekly #802, React Status #491, and Node Weekly #641 โ and what it means for the Aliz stack.
What caught our eye this week across JavaScript Weekly #802, React Status #491, and Node Weekly #641 โ and what it means for the Aliz stack.
React 19.3 shipped on September 9, 2026. Two APIs that have been sitting in the experimental drawer since the April 2025 React Labs post โ <ViewTransition> and Fragment Refs โ are now stable, joined by a browser() escape hatch for SSR, Trusted Types passthrough, and Context rendering in Server Components. There are no breaking changes, no deprecations, no codemods, and no upgrade guide, because none are needed. The interesting question isn't whether to bump the version. It's which of these APIs earn a place in your codebase.
What caught our eye this week across JavaScript Weekly #799, React Status #488, and Node Weekly #638 โ and what it means for the Aliz stack.
![]()
Morphicons is not an icon set. It ships zero icons. It is a ~6.6 KB gzip engine that interpolates SVG d paths, so any stroke icon can smoothly morph into any other one โ hamburger into close, play into pause, sun into moon. Instead of asking you to adopt yet another pack, it sits on top of the sets we already recommend: Lucide and Heroicons outline. The idea is genuinely clever. The maturity is genuinely worrying. Both are worth a closer look.
What caught our eye this week across JavaScript Weekly #796, React Status #485, and Node Weekly #635 โ and what it means for the Aliz stack.
What caught our eye this week across JavaScript Weekly #795, React Status #484, and Node Weekly #634 โ and what it means for the Aliz stack.
What caught our eye this week across JavaScript Weekly #795, React Status #483, and Node Weekly #634 โ and what it means for the Aliz stack.
shadcn/ui launched on Radix in January 2023, and for three years Radix was the primitive layer under every component you copied into your repo. As of July 2026, that default has changed: new shadcn projects now scaffold on Base UI. This isn't a forced migration or a deprecation โ Radix stays fully supported, and both libraries keep getting new components. The signal worth paying attention to is why the default moved: people running shadcn create were already picking Base UI over Radix roughly 2-to-1, so the default simply caught up to what teams were already choosing.
TanStack AI reached beta on June 9, positioning itself as the "Switzerland of AI tooling" โ framework-agnostic, provider-agnostic, and fully open-source with no hosted platform required. It's built by the same team behind React Query and TanStack Router, and it brings that same philosophy of composable, type-safe primitives to AI application development.
TanStack Virtual added chat-specific primitives in Tanner Linsley's May 25 announcement. Standard virtualization is start-anchored; chat UIs need end-anchored, prepend-safe, stream-aware scroll management. These primitives move that bookkeeping from hand-rolled state into a tested library.