惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

JavaScript Weekly

When 8 chunks weigh more than 355 How to fit Minesweeper into 247 bytes Bun 1.4 is (finally) fresh out of the oven Shipping less JavaScript with Baseline Reimplementing htmx from scratch Anders Hejlsberg demos TypeScript 7's 10x speedup The coding challenge you don't want to pass What's new in ECMAScript 2026 (and usable today) Will npm v12 reject your .npmrc? Babel 8.0, Vite 8.1, and TypeScript 7.0 RC JavaScript Weekly Issue 790: June 16, 2026 JavaScript Weekly Issue 789: June 9, 2026 JavaScript Weekly Issue 788: June 2, 2026 JavaScript Weekly Issue 787: May 26, 2026 JavaScript Weekly Issue 786: May 19, 2026 JavaScript Weekly Issue 785: May 12, 2026 JavaScript Weekly Issue 784: May 5, 2026 JavaScript Weekly Issue 783: April 28, 2026 JavaScript Weekly Issue 782: April 21, 2026 JavaScript Weekly Issue 781: April 14, 2026 JavaScript Weekly Issue 780: April 7, 2026 JavaScript Weekly Issue 779: March 31, 2026 JavaScript Weekly Issue 778: March 24, 2026 JavaScript Weekly Issue 777: March 17, 2026
npm 12, TypeScript 7, and Bun in Rust
2026-07-14 · via JavaScript Weekly

📈 TanStack's npm Package Popularity Charts — A quick way to chart package popularity over time, look for trends, and see what libraries and tools have soared or fallen over the years. The default view compares TanStack's packages against other common packages, but you can enter any packages you wish, or see pre-defined sets like build tools, component libraries, or UI frameworks.

TanStack

Rewriting Bun in Rust — The creator of Bun shares the full tale of Bun being ported from Zig to Rust, with the assistance of many Claude Code instances churning through ~$165k in usage (at API pricing). The Rust version forms the basis of Bun 1.4, expected to be released any day now.

Jarred Sumner

IN BRIEF:

RELEASES:

In Defense of Polyfills — Prolific standards editor Anne van Kesteren said polyfilling is harmful. Lea disagrees, arguing "ponyfills are just userland libraries with better marketing" and a web without polyfills would be a stagnant one.

Lea Verou

Collaborative Editing in Wordgard — Marijn recently released his new Wordgard rich text editor (and ProseMirror successor). Here's his third take on collaborative editing in eleven years, still based on operational transformation (OT) rather than CRDTs.

Marijn Haverbeke

💡 We missed Marijn's Wordgard release post in last week's Wordgard feature. He explains why and how he built it (no LLMs!) and why he's not taking pull requests.

Reverse Engineering ChatGPT's Web Stack — The author spent days breaking down ChatGPT's page source, bundles, and requests. React Router 7, TanStack Query, Radix, and ProseMirror all make an appearance.

Dennis Brotzky

Ant: A JavaScript Runtime in a 9MB Binary — No V8, JavaScriptCore or SpiderMonkey involved, this is a JS runtime built in C that ships as a 9MB binary, can run npm packages, and boasts incredibly small cold start times.

theMackabu

  • 🔎 Fuse.js 7.5 – The popular fuzzy search library fixes a variety of scoring and ranking bugs (so ordering may shift for some queries). (Homepage and demo)

  • Nano ID 6.0 – Tiny, secure, URL-friendly unique string ID generator. nanoid() and customAlphabet() get 4x faster in 6.0.

  • Mantine Vue – A port of the popular Mantine React component library for use with Vue.

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


Your dashboard is slow because the query is slow. TimescaleDB extends Postgres for analytics at scale, no second DB.


⚡Sync live context across your entire agent stack. Merget’s now live, build & win a year of Claude Max.

📢  Elsewhere in the ecosystem

  • FracturedJson is a JSON formatter that produces 'human-readable but fairly compact' output. If you have a big lump of JSON, this makes it more pleasant to look through. It also supports non-standard JSON comments.

  • Cloudflare has unveiled Precursor, a client-side verification system that uses injected JS to collect behavioral signals (e.g. pointer movement) in an attempt to improve bot detection.