NOT LIVE / DRAFT ONLY

#​762 — November 21, 2025

Read on the Web

Together with  Fusion Auth

JavaScript Weekly

Google Announces Angular v21 — The Google team has gone all out with this significant release of its popular JavaScript framework. They’ve put together a retro game-themed adventure-based tour of what’s new, along with top notch videos showing off features like its new signal-based approach to forms, MCP server for AI-powered workflows, library of headless components focused on accessibility, and even a new ‘Angular AI Tutor’ to get up to speed.

Google

Authentication. Complete, Not Complex

const fusionAuth = { 
  builtFor: "developers",
  documentedFor: "humans",
  supportedBy: "experts"
};

FusionAuth sponsor

IN BRIEF:

RELEASES:

📖  Articles and Videos

Photo used with the kind permission of Rob Palmer

This week's TC39 meeting: The Ecma TC39 committee (the group behind the design of ECMAScript / JavaScript) met up for the 111th time this week (seen above) to discuss language proposals. The meeting notes won't be published for a few weeks, but several proposals did see some progress:

Note: Learn more about what the TC39 stages mean here.

Tooltip Components Should Not Exist — Dominik challenges some common wisdom in his typically erudite fashion. Stand-alone tooltip components are the wrong abstraction when separated from the underlying UI features that use them. This thinking can apply to many other UI affordances too, so the broad idea is well worth considering.

Dominik Dorfmeister (AKA TkDodo)

Agentic Postgres: Let Your Agents Cook — Build AI apps faster: Postgres with built-in memory, search, and free forkable DBs. Try it free on Tiger.

Tiger Data sponsor

Implementing Wordle in LibreOffice with JavaScript Macros — One of those fun things where the real value is in learning that you can script LibreOffice with JavaScript.

Bojidar Marinov

Automated NPM Secret Rotation in GitHub Actions — If you’ve built a system to automatically publish to npm, you may have had to change things due to this month’s npm security changes. Here’s a way to keep things ticking if you’re not ready to switch to trusted publishing.

Michael Heap

Six Things I Bet You Didn't Know You Could Do With Chrome's Devtools — Part one here covers the first three, with part two covering the last three. Covers time functions, DOM observation, user action replays, and more.

Rachel Kaufman

📄 An Experiment in Making TypeScript Immutable-by-Default“I wondered: is it possible to make TypeScript values immutable by default?” Evan Hahn

📄 How to Build Cinematic 3D Scroll Experiences with GSAP Joseph Santamaria

📄 How We Migrated 76,000 Tests from Enzyme to React Testing Library – HubSpot’s tale of a big React testing migration. Charley Pugmire (HubSpot)

📄 How to 'Officially' Deprecate Methods in Node.js Code – Did you know of Node's deprecate method? Stefan Judis

🛠 Code & Tools

Webpack Bundle Analyzer 5.0: A Visual Look at Webpack's Output — An official Webpack plugin and CLI tool that shows bundle content in the form of an interactive zoomable treemap so you can dig in and see what’s taking up space in your bundle (and then optimize it, ideally).

Webpack Project

TanStack DB 0.5, Now with Query-Driven Sync — TanStack DB is a client‑first reactive data store that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. In v0.5, a component’s query becomes the API call too. “Just write your query and TanStack DB figures out exactly what to fetch.”

Willis, De Parre, and Matthews

Still Writing Tests Manually? — See why modern engineering teams like Dropbox, Notion and Lattice rely on Meticulous to run E2E UI tests.

Meticulous AI sponsor

Brimstone: A New JavaScript Engine Written in Rust — Joining the hundreds of JS engines available, Brimstone has strong language support (97% of the spec), is very small, but remains a work in progress.

Hans Halverson

VueFinder: File Management Component for Vue 3 — Provides a reactive, native-like file explorer interface for users to organize, preview, and manage files.

Yusuf Özdemir

is-online 12.0: Check if the Internet Connection Is Up — Works in both Node and the browser and uses various approaches to check if the Internet is really available.

Sindre Sorhus

📰 Classifieds

Build Docker images faster with BuildKit and Depot. Parallel execution, deduplication, and auto-scaling cut CI wait times.


🎨 Try Pintura image editor for free today, add a polished cropping, rotating, and annotation experience to your web app in minutes.


The Road to Next is a course by Robin Wieruch for learning full-stack web development with Next.js 15 and React 19. The perfect match for JavaScript developers ready to go beyond the frontend.

📢  Elsewhere in the ecosystem

Some other interesting tidbits in the broader landscape: