Friday Links #43: What Mattered in JavaScript This Week

javatuts1 pts0 comments

Friday Links #43: What Mattered in JavaScript This Week

JavaScript Development Substack

SubscribeSign in

Friday Links #43: What Mattered in JavaScript This Week<br>Fresh JavaScript releases, useful libraries, developer tools, AI projects, and a few experiments worth checking out.

JavaScript Development Space<br>Aug 14, 2026

Share

Another busy week in the JavaScript ecosystem. New tools landed, existing projects shipped meaningful updates, and AI continues to find its way into everyday development workflows.<br>For Friday Links #43, I picked the releases and projects that feel genuinely worth a look, from React and server-side tooling to UI libraries, open-source AI agents, and smaller projects you might have missed.<br>Here’s what caught my attention this week.

🧠 Language & Runtime Updates

Node.js 26.7.0 adds --test-coverage-include-all, initial Perfetto tracing support, and several fixes around FFI and SQLite.<br>Deno 2.9 continues to expand beyond the server with deno desktop, a new way to build native desktop apps using the web stack. It also improves compatibility with existing Node.js projects and package manager lockfiles.<br>pnpm 12 RC brings the package manager’s major Rust-powered rewrite closer to a stable release, with only a handful of behavioral differences left compared with pnpm 11.<br>📜 Articles & Tutorials

Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers<br>Making More npm Packages Work with jsDelivr ESM mode<br>RegExp /v in JavaScript: Sets, Intersections, and Unicode<br>The Difference Between Knowing Kubernetes and Understanding Kubernetes<br>Anthropic’s Opus 5 is almost Fable 5<br>Async hydration in Preact<br>Building Tactile UX: Honoring Intentional Design With Lottie<br>Animating CSS border-image<br>Breakout Background using Modern CSS<br>⚒️ Tools

Palette Vault is a new tool for exploring and sharing color palettes. It allows you to create palettes from images, generate gradients, and export them in various formats.

TermDOM is a JavaScript library for rendering HTML and CSS directly in the terminal. It turns DOM nodes into terminal output and updates the screen whenever they change. This makes it possible to build TUIs and interactive command-line apps with plain JavaScript or your favorite frontend framework.

Hunk - AI Code Review Right in Your Terminal<br>vlt is an alternative JavaScript package manager with an interesting vlt query feature for exploring dependency graphs using CSS-like selectors.<br>DeepSeek Harness - A Node-Powered AI Coding Agent - DeepSeek has released its own take on an AI coding agent, quickly picking up more than 63,000 GitHub stars. Unlike most terminal-first coding tools, Harness runs through a web interface.<br>XML Formatter - A simple online tool for formatting and beautifying XML code.<br>Gloomberb - Open-source finance terminal<br>OpenWork - An open-source alternative to Claude Cowork for running AI-assisted workflows and tasks.<br>📚 Libs

hucre 1.0: A Zero-Dependency Spreadsheet Engine - A lightweight, MIT-licensed JavaScript engine for working with spreadsheets without additional dependencies. It can read and write popular spreadsheet formats and includes support for embedded images, hyperlinks, password protection, pivot tables, and more.<br>TanStack Table v9: A Faster, More Modular Foundation - The popular headless table library gets a more modular, tree-shakeable architecture, moves its state management to TanStack Store for fine-grained reactivity, and significantly reduces memory usage when working with large datasets.<br>fuzzysort - Fast SublimeText-like fuzzy search for JavaScript.<br>NodeBB - A modern forum software built on Node.js, with a plugin-based architecture and real-time notifications.<br>rshono: A Lightweight React Server Components Framework - A new minimal framework that combines Hono on the server, Rspack for builds, and React Server Components for rendering. It takes a similar approach to Waku, but keeps the setup simpler and works without Vite.<br>FeralUI - playful, physics-driven React elements.<br>TermUI Registry - A collection of 110+ reusable, shadcn-inspired terminal UI components built for React and Ink, organized across 13 categories.<br>Vengence UI - A collection of polished UI effects for modern marketing sites, including interactive hovers, animated tooltips, and scroll-based layouts.<br>⌚ Releases

Next.js 16.3 brings faster builds and SSR, optional TypeScript 7 type checking, Instant Navigations, and other improvements across the framework.<br>SolidStart 2 is the second major release of Solid’s full-stack application framework.<br>MobX 7.0 removes deprecated APIs, updates its React bindings, and moves observable objects and arrays to a Proxy-based implementation.<br>Vite 8.2 continues the Vite 8 release line with another round of fixes and improvements.<br>SvelteKit 3 Preview gives developers an early look at the next major version of SvelteKit.<br>Astro 7.2 is the latest update in the Astro 7 release line.<br>fastify v6.0.0-alpha.0, smol-toml 1.8, BullMQ 6.1.1,...

javascript react terminal week projects server

Related Articles