đ Happy New Year. JavaScript Weekly is now landing in your inboxes on Tuesdays, so here we are! Let's see what 2026Â brings. __ Your editor, Peter Cooper |
|
The 2025 JavaScript Rising Stars â At the start of each year, Michael rounds up the projects in the JavaScript ecosystem that gained the most popularity on GitHub in the prior year. After a two-year run of topping the chart, shadcn/ui has been pushed down to #3 by n8n and React Bits. This is a fantastic roundup, now in its tenth(!) year, and features commentary from a few industry experts too.
Michael Rambeau et al.
|
Make Flaky Tests a Last-Year Problem â Meticulous creates and maintains a continuously evolving E2E UI test suite with zero developer effort. Built on Chromium with a deterministic engine, itâs the only testing tool that eliminates flakes. Relied on by Dropbox, Notion, and Lattice.
Meticulous Ai sponsor
|
đĄ The discussion about MicroQuickJS on Hacker News was particularly rich. Redis's creator, Salvatore Sanfilippo, even noted that Redis would have used JavaScript as its scripting language instead of Lua if this had existed in 2010. |
|
RELEASES:
-
pnpm 10.27 â The alternative, efficient (and increasingly security-focused) package manager gets some tweaks, including a setting to ignore trust policy checks for packages published more than a specified time ago.
-
Ink 6.6 â Use React to build CLI apps, as used by Claude Code, Gemini CLI, and many others.
-
đ¨ Color.js v0.6 â The popular standards-compliant color conversion and manipulation library approaches its eventual 1.0 release.
-
Prisma 7.2, Deno 2.6.4
|
đ Articles and Videos |
|
How to Compile JavaScript to C with Static Hermes â The creator of Parcel is porting parts of the project to Rust, but this raises some challenges on interoperating with existing JavaScript plugins, especially without a runtime JS interpreter. What about compiling JavaScript to C libraries that can be called directly? Itâs possible!
Devon Govett
|
|
Fixing TypeScript Performance Problems: A Case Study â A big monorepo-based TypeScript project was suffering sluggish IntelliSense, long type-checking times, and slow builds, but Solomonâs team found some ways to significantly improve things.
Solomon Hawk
|
|
Bruno 3.0: An Open-Source HTTP API Client App â There are a lot of âAPI clientâ tools with varying levels of features, but this is open source and entirely built in JavaScript. v3.0 features a complete overhaul of the UI, adds workspaces for grouping things together, and more. GitHub repo.
Bruno Software Inc.
|
|
đ Let users create their own API keys with Clerk. Built-in UI components, scopes, expiration & revocation. Now in public beta.
Trigger.dev handles queues, retries, and long-running tasks so you can build production-ready agents and TypeScript workflows reliably at scale.
|
|
đ˘Â Elsewhere in the ecosystem |
|
Some other interesting tidbits in the broader landscape:
|
|