DEV Community

Cover image for Friday Links #43: A Busy Week for JavaScript
JSDev Space
JSDev Space

Posted on

Friday Links #43: A Busy Week for JavaScript

There’s no shortage of new JavaScript projects, but only a fraction deserve a permanent spot in your bookmarks.

This week’s selection includes fresh framework releases, interesting React experiments, useful UI libraries, developer tools, and several open-source projects pushing AI workflows in new directions. I’ve filtered out the noise and collected the ones that are actually worth opening a tab for.

Here’s what made the cut for Friday Links #43.


🧠 Language & Runtime Updates

Node.js 26.7.0 adds --test-coverage-include-all, initial Perfetto tracing support, and several fixes around FFI and SQLite.

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.

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.

📜 Articles & Tutorials

Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers

Making More npm Packages Work with jsDelivr ESM mode

RegExp /v in JavaScript: Sets, Intersections, and Unicode

The Difference Between Knowing Kubernetes and Understanding Kubernetes

Anthropic’s Opus 5 is almost Fable 5

Async hydration in Preact

Building Tactile UX: Honoring Intentional Design With Lottie

Animating CSS border-image

Breakout Background using Modern CSS

⚒️ Tools

Palette Vault

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

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

Hunk - AI Code Review Right in Your Terminal

vlt is an alternative JavaScript package manager with an interesting vlt query feature for exploring dependency graphs using CSS-like selectors.

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.

XML Formatter - A simple online tool for formatting and beautifying XML code.

Gloomberb - Open-source finance terminal

OpenWork - An open-source alternative to Claude Cowork for running AI-assisted workflows and tasks.

📚 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.

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.

fuzzysort - Fast SublimeText-like fuzzy search for JavaScript.

NodeBB - A modern forum software built on Node.js, with a plugin-based architecture and real-time notifications.

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.

FeralUI - playful, physics-driven React elements.

TermUI Registry - A collection of 110+ reusable, shadcn-inspired terminal UI components built for React and Ink, organized across 13 categories.

Vengence UI - A collection of polished UI effects for modern marketing sites, including interactive hovers, animated tooltips, and scroll-based layouts.

⌚ Releases

Next.js 16.3 brings faster builds and SSR, optional TypeScript 7 type checking, Instant Navigations, and other improvements across the framework.

SolidStart 2 is the second major release of Solid's full-stack application framework.

MobX 7.0 removes deprecated APIs, updates its React bindings, and moves observable objects and arrays to a Proxy-based implementation.

Vite 8.2 continues the Vite 8 release line with another round of fixes and improvements.

SvelteKit 3 Preview gives developers an early look at the next major version of SvelteKit.

Astro 7.2 is the latest update in the Astro 7 release line.

fastify v6.0.0-alpha.0, smol-toml 1.8, BullMQ 6.1.1, TanStack Table V9, React Hook Form 7.84, react-dropzone 20.0

📺 Videos

New browser update let's you set things on FIRE

TanStack Did It Again... They Fixed Charts

Why Your Database Is Running 500 Queries Instead of 5

Big tech’s AI layoff story is falling apart

Race 60+ Free Open Source LLMs | Build and Deploy the App Yourself

How I'm preventing burnout when coding with LLMs

Boris Cherny Just Told Us To Delete Our CLAUDE.md Files

Microsoft Has Great News :)

No Slop Allowed

The safest way to store Bitcoin was just hacked...

DeepSeek Harness - New Way to Build Agents

Best Websites To learn software engineering (2026)

Celld - self-hosted Durable Objects. Self-hosted Cloudflare?

🗞️ News & Updates

China Now Accounts for 97% of Global Humanoid Robot Shipments

Chinese manufacturers dominated the humanoid robotics market in the first half of 2026, accounting for more than 97% of global shipments, according to Smart Analytics Global data cited by Bloomberg.

Around 19,000 humanoid robots were shipped worldwide during the period, more than triple the number recorded a year earlier.

China's Agibot led the market with roughly 8,400 units, or 44% of global shipments. Unitree Robotics followed with about 5,900. Together, the two companies represented roughly three quarters of the worldwide market.

US companies, including Tesla, Boston Dynamics, and Figure AI, remain well behind their Chinese competitors in shipment volumes.

Demand is also shifting toward practical deployment. More than 70% of shipments went to industrial and commercial applications, compared with roughly 50% a year earlier.

Smart Analytics Global expects global shipments to reach around 60,000 humanoid robots by the end of 2026 and potentially 500,000 annually by 2030.

Manus Offers Two Weeks of Free, Unlimited AI Agent Access

Manus AI Agent

Manus is offering a two-week trial of its AI agent with no usage limits through August 25. No payment card or phone number is required, only an account.

The agent can handle multi-step tasks from start to finish, run scheduled workflows, and research information across hundreds of websites, articles, books, and other sources.

Manus can also browse the web and perform actions such as planning trips, booking tickets, or ordering food. It works with Excel spreadsheets, PDFs, and documents, supports on-screen image editing, and integrates with services including Gmail, Slack, and GitHub.

Users can follow the agent's actions in real time and receive a report when the task is complete.


That’s the shortlist for this week. There are some practical tools you can start using immediately, along with a few experimental projects that will be interesting to revisit in a couple of months.

Found something I missed? Send it my way. Otherwise, I’ll be back next Friday with another carefully filtered batch of JavaScript, web development, and AI discoveries.

Top comments (0)