Plus Nuxt 4.5, Preact 11 nears release, and the launch of an official Three.js conference.

#​795 — July 21, 2026

Read on the Web

Together with  Xyops

JavaScript Weekly

Framework Benchmarks: Compare Frontend Frameworks — An experienced developer built and benchmarked the same app across numerous frameworks (e.g. Angular, Solid, React, Alpine.js…). Here are the results, covering bundle size, build time, UX metrics, and more.

Alicia Sykes

💡 Alicia also created Stack Match, a page that lets you specify your criteria for a framework and shows the best matches. Vue usually wins though!

xyOps: Open Source Ops Automation, from the Cronicle Team — Run jobs across your fleet, build visual runbooks, monitor live metrics, and trigger alerts, tickets, snapshots, or follow-up actions. Self-hosted, BSD licensed, and all app features are included. Auto-import from Cronicle.

xyOps sponsor

Nuxt 4.5 Released: The Full-Stack Vue Framework — Daniel Roe calls it the biggest release in a while: Vite 8, Rspack 2, experimental SSR streaming, a new useLayout composable, and a lot of preparation for Nuxt 5. Nuxt 3 users take note: it goes end of life July 31.

Nuxt Team

IN BRIEF:

RELEASES:

📖  Articles and Videos

How a Fake Interview's Coding Challenge Steals Credentials — A dissection of a North Korean campaign that hides malware inside SVG images in a fake job interview's JavaScript 'coding challenge'. The targeting of job-seeking devs is on the increase, as Roman Imankulov recently discovered first-hand.

Daniel Stepanic (Elastic)

Creating Your First Streamed 3D Asset in Under 10 Minutes — Generate a streamable 3D asset, preview it in-browser, and share it. No code, no viewer downloads.

Miris sponsor

Handling Concurrency on the Web with Web Locks API — The Web Locks API is a widely available browser API to allow tabs or workers with the same origin to hold and release locks.

Cesar Contreras

Engineering High-Performance Parsers with Data-Oriented Design — A look into how data-oriented design helped build Yuku, a JavaScript parser that's faster than alternatives like Oxc, SWC or Babel (you can give it a spin here).

Arshad Yaseen

💡 The article is largely about building a parser in Zig but the underlying Yuku and Yuku Analyzer projects are worth checking out.

📄 HTML in Canvas: Rendering Real DOM Inside <canvas> Agustin Barrientos

📺 The Framework Wars are Over: Why No One Dethroned React – Kent's take in 11 minutes. Kent C. Dodds

🛠 Code & Tools

Flint: Chart Specs that Compile to Vega-Lite, ECharts, or Chart.js — A Microsoft project that compiles a simple, declarative JSON-based spec of a data visualization into a form that Vega-Lite, ECharts or Chart.js can render. It's pitched at agentic use, but is a simple intermediate format humans could benefit from too.

Microsoft Research

Query Live Data. Skip the Analytics Pipeline — TimescaleDB extends Postgres for real-time analytics at scale. No second system, no pipeline. Get $1000 credit to start.

Tiger Data (creators of TimescaleDB) sponsor

unwasm: Import .wasm Files Like Any Other ES Module — Build-time tooling for when WASM is part of a bundled app and you want it to feel more like a normal module (e.g. import { sum } from "sum.wasm").

unjs

BotKit: Build Standalone ActivityPub Bots — A way to run a bot (or multiple bots) that Mastodon users can see and follow but without needing an account anywhere. Write it all in JavaScript and self-host with Deno, Node.js or even Cloudflare Workers.

Fedify

🎨 Color.js 0.7: 'Let’s Get Serious About Color' — A fantastic library for working with colors, following the latest specs. v0.7 is a big update with support for new color spaces, a new gamut mapping method, and a smarter display() fallback for colors not natively supported by a browser.

Lea Verou and Chris Lilley

  • Travels 2.1 – Efficient framework-agnostic undo/redo library based on JSON patches rather than snapshots.

  • gridstack.js 13.0 – Mature library for creating responsive dashboard layouts with drag-and-drop support.

  • np 12.0 – Sindre Sorhus's "better npm publish" adds support for npm 12 and staged publishing.

  • AngularEditor 3.1 – Simple WYSIWYG rich text editor for Angular 22+. (Demo)

  • Pinia 4.0 – Vue's state-management library gets leaner and goes ESM-only.

  • Bolt 5.0 – Slack's official framework for building Slack apps.

📰 Classifieds

🤖 If you can code, you can build a robot. Viam 101 is a free 90-min course — no hardware needed. Sign up by July 31 to win a $3,500 arm.


Flaky tests slowing down dev? Meticulous gives engineers confidence to ship faster by autonomously testing every edge case of your web app.


Drowning in AI dev tools? You really only need these 3 tools to ship mobile apps: skills, MCP, and your workflow. Read the guide.

📢  Elsewhere in the ecosystem

  • Famously, the only thing Java gave JavaScript was the first four letters of its name. That goes unmentioned in ▶️ this new documentary about Java (74 minutes), but I enjoyed learning Java's story anyway. It's from the same folks as the fantastic Vite, Angular, and Node.js documentaries.

  • 🤖 ReactBench is a new coding agent evaluation based around models' abilities to build working, realistic React apps. GPT 5.6 leads the way for now.

  • shadcn/typeset is a typography system for rendered HTML that makes font styling and spacing simpler to configure.

  • Cloudflare has entirely rebuilt its blog on top of EmDash, the Astro-powered 'spiritual successor to WordPress' it unveiled (genuinely) on April 1.

  • 🕹️ If you want to take part in the next js13kGames game dev competition, the theme will be announced on August 13 with submissions due September 13.

  • ✨ An updated list of the top 100 starred JavaScript projects on GitHub.