10 Feb 2026

feedJavaScript Weekly

A fast, modern way to browse and compare npm packages

#​772 - February 10, 2026

Read on the Web

JavaScript Weekly

npmx: A New npm Registry Package Browser - A smooth, fast way to browse packages on the official npm registry. It's certainly fast, smooth, and you see more info up front and center - check out the axios page for example. "We're not replacing the npm registry, but instead providing an elevated developer experience through a fast, modern UI."

npmx

πŸ’‘ A particularly nifty feature is the ability to compare packages quickly, in areas like size, dependencies, module format, license, etc.

The Most Loved JavaScript Course Year After Year - JavaScript: The Hard Parts is rated 4.92 on average by thousands of developers. Build real mental models for how JavaScript works, from execution context and closures to async behavior and modern language features.

Frontend Masters sponsor

πŸ“Š The State of JS 2025 Survey Results - The results of the annual survey are here, compiling the opinions of over 12,000 JavaScript developers into a flurry of charts in areas as diverse as language pain points, frontend framework choices, build tool usage, how much of their code is AI generated, and what non-JS/TS languages they use.

Devographics

ESLint v10.0.0 Released - This long-awaited milestone completes the removal of the legacy eslintrc config system, introduces a new config lookup algorithm that starts from the linted file (great for monorepos), adds JSX reference tracking to fix scope analysis issues, and more.

ESLint Team

IN BRIEF:

RELEASES:

  • πŸ€– Transformers.js v4 Preview - Run ML models in the browser on top of a new WebGPU runtime.

  • Bun v1.3.9 - Run multiple package.json scripts concurrently/sequentially with --parallel/--sequential, faster Bun.markdown.react(), regexps get a SIMD boost, and more.

  • Ink 6.7 - Build rich terminal apps with React. v6.7 adds concurrent rendering and synchronized updates (less flicker!)

  • Ember 6.10 - Cleanups and modernization for the stable, battle-tested framework.

πŸ“– Articles and Videos

It's About to Get a Lot Easier For Your JavaScript to Clean Up After Itself - A fun technical exploration of Symbol.dispose and using, two new features that'll ease many headaches around cleaning up after yourself: closing connections, freeing resources, etc. Just watch out for the Muppets…

Mat Marquis

β–Ά Evan You on Vite, Rust and the Future of JS Tooling - The Vue.js creator joined the Better Stack podcast to discuss his path from building Vite to founding VoidZero and developing a Rust-based JS toolchain.

Evan You and Better Stack

Debugging a Next.js Production Issue with Sentry Logs, Not Just Errors - Lessons from a Next.js production debugging session where understanding behavior mattered more than stack traces.

Sentry sponsor

πŸ€– Debugging React with AI: Can It Replace an Experienced Developer? - Nadia rigged up an app laced with subtle bugs, unleashed Claude on it, and… watched it fail to impress.

Nadia Makarevich

πŸ“„ Why Inngest Migrated from Next.js to TanStack Start Jacob Heric

πŸ“„ Implementing the Temporal Proposal in JavaScriptCore Tim Chevalier (Igalia)

πŸ“„ What to Expect in Angular 22 Kelly Vatter (Mescius)

πŸ“„ Solid.js Best Practices Brenley Dueck

πŸ›  Code & Tools

Shovel.js: What If Your Server Were Just a Service Worker? - A full-stack framework and meta-framework built around the Service Worker model, using Web APIs wherever possible to provide a consistent server surface across Node, Bun, and edge runtimes.

Brian Kim

VerifyFetch: Fetch Large Files with Resume and Verification Features - Imagine fetch but with the ability to resume downloads, check you downloaded what you meant to download, and fail fast on any corruption. GitHub repo.

Hamza Ezzaydia

Teach Your AI Coding Agent How to Implement Clerk Authentication - One command installs Clerk Skills for Claude Code, Cursor, Copilot, and more. Your agent learns auth so you ship faster.

Clerk sponsor

πŸ” OTPAuth: One-Time Password (HOTP/TOTP) Library - Node, Deno, Bun and browser library to generate and validate TOTP and HOTP one-time passwords used in two-factor auth.

HΓ©ctor Molinero FernΓ‘ndez

πŸ“Ί Shaka Player 5.0: Library for Playing Adaptive Media - Play formats like DASH and HLS in the browser sans plugins. Supports offline store & playback via IndexedDB. (Demos.)

Shaka Project

πŸ“° Classifieds

πŸŽ‰Notion, Dropbox, Wiz, and LaunchDarkly have switched to Meticulous for frontend tests that provide near-exhaustive coverage with zero developer effort. Find out why.

πŸ“Έ Add robust 1D/2D barcode scanning to your web app with STRICH. Easy integration, simple pricing. Free trial and demo app available.

πŸ“’ Elsewhere in the ecosystem

10 Feb 2026 12:00am GMT

03 Feb 2026

feedJavaScript Weekly

Babel 8 RC Arrives, Gatsby Lives, Lodash Resets

#​771 - February 3, 2026

Read on the Web

JavaScript Weekly

Four Heavyweights Drop Updates

Four stalwarts of the JavaScript ecosystem all shipped notable releases this week, and odds are you're using at least one of them:

Only Fools Write Tests - Modern engineering teams like Notion, Dropbox, Wiz, and LaunchDarkly use Meticulous to maintain E2E UI tests that cover every edge case of your web app.

Meticulous sponsor

πŸ¦€ OpenClaw: The Runaway AI Assistant - An intense week for a new open source TypeScript project: 150k stars on GitHub, hordes buying Mac Minis to run it, two rebrands (it was originally Clawdbot), and an ecosystem of projects the agents use autonomously (e.g. an entire social network). Another example of TypeScript at the heart of the AI boom.

Peter Steinberger

IN BRIEF:

RELEASES:

πŸ“– Articles and Videos

⁉️ How Not to Parse Numbers in JavaScript - Why use a proper locale-aware API to parse numbers when you can hand-roll a maze of string splits, separator swaps, and implicit type coercions that silently break on edge cases?

Remy Porter (The Daily WTF)

πŸ“‰ Node.js 16 to 25 Benchmarked Version-by-Version - The jumps in performance in various areas are striking (with Node 25, especially), with other areas getting more modest gains.

RepoFlow

A Practical Checklist for B2B Enterprise Readiness - Measure gaps in auth, admin UX, security, monitoring, and architecture for landing enterprise customers. Download today!

Descope sponsor

Explicit Resource Management in JavaScript - You can use using for deterministic cleanup, calling Symbol.dispose/asyncDispose at scope exit without try/finally. A small fix for leaks and forgotten teardowns in streams, observers, locks, and similar APIs.

Matt Smith

The History of C# and TypeScript with Anders Hejlsberg - GitHub interviewed the creator of both C# and TypeScript about his career, why TypeScript was created in the first place, some internal Microsoft politics, as well as the ongoing Go port of the TypeScript compiler. There's a video of the full interview, as well as 'seven learnings' boiled down in written form.

GitHub

πŸ“„ My Opinionated ESLint Setup for Vue Projects - Packed with examples to pick and choose from. Alexander Opalic

πŸ“„ A Scroll-Revealed WebGL Gallery with GSAP, Three.js, Astro and Barba.js - Striking visual image reveal effect with a live demo. Chakib Mazouni

πŸ“„ Predicting Math.random() in Firefox Using Z3 SMT-Solver Dennis Yurichev

🎀 Securing npm is Table Stakes Nicholas C. Zakas (Changelog Podcast)

πŸ“„ Building a Simple RSS Aggregator with Astro Raymond Camden

πŸ›  Code & Tools

Heat.js 5.0: A Flexible Heat Map Rendering Solution - Generate customized interactive heatmaps (think GitHub contributions graph), or render heatmaps as lines and bar charts. The site is packed with demos to enjoy. GitHub repo.

William Troup

Building an MCP Server? Don't Roll Your Own Auth - WorkOS AuthKit handles OAuth 2.1 flows so your MCP server just verifies tokens. Control which tools AI agents access.

WorkOS sponsor

πŸ•’ Croner 10.0: Cron-Style Triggers and Evaluation - Trigger functions on any cron schedule using cron syntax. It can also evaluate cron expressions to give you a list of upcoming times. v10.0 brings full OCPS (Open Cron Pattern Specification) 1.4 compliance and even more scheduling options.

Hexagon

πŸ—“οΈ DayFlow: A Full Calendar Component for React - A React-only feature-rich calendar component with drag-and-drop, multiple views, and all the usual GCal-style richness. Its infinite scrolling feature is nifty. GitHub repo.

DayFlow Contributors

Tsonic: A TypeScript to C# Transpiler - The idea is for creating native executables that run on .NET. I've not tested it as I'm not in that ecosystem but it's an interesting idea.

Jeswin

πŸ“’ Elsewhere in the ecosystem

Some other interesting tidbits in the broader landscape:

03 Feb 2026 12:00am GMT

27 Jan 2026

feedJavaScript Weekly

What's next for JavaScript frameworks in 2026

#​770 - January 27, 2026

Read on the Web

JavaScript Weekly

Introducing LibPDF: PDF Parsing and Generation from TypeScript - LibPDF bills itself as 'the PDF library TypeScript deserves' and supports parsing, modifying, signing and generating PDFs with a modern API in Node, Bun, and the browser. GitHub repo.

Documenso

JavaScript Frameworks - Heading into 2026 - The creator of SolidJS knows more than a thing or two about JS frameworks and has written an annual review of the scene for the past few years. Here, he picks on four areas of evolution, and says it's "an incredibly exciting time to be working on JavaScript frameworks."

Ryan Carniato

Still Writing Tests Manually? - Notion, Dropbox, Wiz, and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it. Built by ex-Palantir engineers, Meticulous autonomously creates a continuously evolving suite of E2E UI tests that delivers near-exhaustive coverage with zero developer effort.

Meticulous AI sponsor

IN BRIEF:

RELEASES:

  • Node.js 25.5.0 (Current) - Introduces a --build-sea option that simplifies the process of building single executable applications.

  • Bun v1.3.7 - The popular runtime updates its JavaScriptCore engine, leading to 35% faster async/await and ARM64 perf improvements. It also lands a new option to generate profiling data in Markdown format for easier sharing, plus native JSON5 and JSONL parsing support.

  • Rolldown 1.0 RC - Fast Rust-based bundler with a Rollup-compatible API and esbuild feature parity.

  • npm v11.8.0, Emscripten 5.0, Neutralinojs 6.5.0

πŸ“– Articles and Videos

Porting 100k Lines from TypeScript to Rust in a Month - A prolific JavaScript developer ported a PokΓ©mon battle simulator to Rust and shares his experiences and techniques used to work around issues where Claude Code would get bogged down in such a large task. He notes "LLM-based coding agents are such a great new tool" but require "engineering expertise and constant babysitting".

Christopher Chedeau

Building a JavaScript Runtime in One Month - "What if I could build a JavaScript engine small enough to embed in a C program, but complete enough to actually run real code?" The end result is Ant.

theMackabu

Clerk MCP Server for AI Coding Assistants - Connect Claude, Cursor, or Copilot to Clerk's docs. Get working auth code instead of outdated patterns.

Clerk sponsor

Inside Turbopack: Building Faster by Building Less - If you're working on a large codebase, faster hot reloading, better scaling, and persistent caching are all quite desirable. Here's how these things came about in Turbopack.

Shew, Woodruff and Koppers (Vercel)

β–Ά Bun Explained in 100 Seconds - The popular quick dev explainer channel tackles Bun at a high level.

Fireship

πŸ“„ Fixing a 6-Year-Old JavaScript Memory Leak in a Google Cloud Function Matt Zeunert (DebugBear)

πŸ“„ Build a Dinosaur Runner Game with Deno, Part 4 - The fourth part of an ongoing series on the official Deno blog. Jo Franchetti

πŸ“„ Vercel vs Netlify vs Cloudflare: Serverless Cold Starts Compared Punit Sethi

πŸ“„ SPAs are a Performance Dead End Yegor Bugayenko

πŸ›  Code & Tools

Midscene.js: Remote Control for the Web, Mobile and Desktop Using Vision Models - Provides a way to drive numerous platforms from JavaScript (including iOS) by using various integrations and a vision-capable model so you can write actions in a mixture of JavaScript and natural language and have them performed.

ByteDance Inc.

πŸ”„ Travels 1.0: A Fast, Framework-Agnostic Undo/Redo Library - Allows you to add undo/redo functionality to apps like text editors, drawing tools, or other interactive software. Uses a memory efficient technique only storing changes, rather than full snapshots for each change.

Mutative

The #1 Time-Series Database Built on Postgres - TimescaleDB extends Postgres with hypertables, 95% compression, and continuous aggregates. Start building for free.

Tiger Data sponsor

SonicJS 2.7: Perf-Focused Edge-Native Headless CMS for Cloudflare Workers - A production-ready CMS built specifically for the edge. GitHub repo.

SonicJS Team

πŸ€– Mastra 1.0: An AI Framework from the Former Gatsby Team - An all-in-one framework (homepage) for building AI-powered apps and agents.

Sam Bhagwat

πŸ“° Classifieds

πŸŽ‰ Hear from the minds shaping the web! Thousands of devs, food trucks & Amsterdam vibes. Don't miss JSNation - 10% off with JSWEEKLY.

πŸš€ Auth0 for AI Agents is the complete auth solution for building AI agents more securely. Start building today.

The Code teaches 150k+ AI & ML engineers how to use AI for coding. Sign up and get the Ultimate Claude Code Guide (100+ hacks) to ship 5X faster.

πŸ“’ Elsewhere in the ecosystem

Some other interesting tidbits in the broader landscape:

27 Jan 2026 12:00am GMT

18 Jan 2026

feedOfficial jQuery Blog

jQuery 4.0.0

On January 14, 2006, John Resig introduced a JavaScript library called jQuery at BarCamp in New York City. Now, 20 years later, the jQuery team is happy to announce the final release of jQuery 4.0.0. After a long development cycle and several pre-releases, jQuery 4.0.0 brings many improvements and modernizations. It is the first major … Continue reading β†’

18 Jan 2026 12:29am GMT

11 Aug 2025

feedOfficial jQuery Blog

jQuery 4.0.0 Release Candidate 1

It's here! Almost. jQuery 4.0.0-rc.1 is now available. It's our way of saying, "we think this is ready; now poke it with many sticks". If nothing is found that requires a second release candidate, jQuery 4.0.0 final will follow. Please try out this release and let us know if you encounter any issues. A 4.0 … Continue reading β†’

11 Aug 2025 5:35pm GMT

17 Jul 2024

feedOfficial jQuery Blog

Second Beta of jQuery 4.0.0

Last February, we released the first beta of jQuery 4.0.0. We're now ready to release a second, and we expect a release candidate to come soonβ„’. This release comes with a major rewrite to jQuery's testing infrastructure, which removed all deprecated or under-supported dependencies. But the main change that warranted a second beta was a … Continue reading β†’

17 Jul 2024 2:03pm GMT