跪拜 Guibai
← Back to the summary

pnpm Adds Native Workspace Releases, Oxlint Type-Aware Linting Goes Stable

🌰Chestnut Frontend Weekly Issue 140 (2026.07.27 - 2026.08.02): Browse the latest frontend news of the week, learn from excellent domestic and international articles, and let's keep our curiosity about frontend development.

📰 Tech News

  1. pnpm: pnpm has been iterating rapidly with updates, adding native workspace version release management, a doctor diagnostic command for troubleshooting installation failures, and more.

  2. New Node API Docs Site: Node.js's new API documentation site is now available in preview (and it now includes a search function!).

  3. Oxlint: Type-aware linting in Oxlint is now stable.

📒 Technical Articles

  1. A Modern Storybook Tutorial: Stories, Interaction Tests, and CI: A modern Storybook tutorial: component stories, interaction tests, and continuous integration - achieving isolated component development with React + Storybook, simulating loading and error states, conducting interaction and accessibility tests, and integrating into a CI pipeline.

  2. Dissecting Claude Code: An Entry Architecture Analysis from a Reverse Engineering Perspective: To understand the true capability of an AI programming tool, there are two paths: read its documentation, or read its code. Documentation describes intent; code is reality, and there are often several rounds of product compromise between the two. This article takes the latter path, dissecting the source code of Claude Code v2.1.88. All line counts, directory counts, and code references below have been verified against this version.

  3. Goodbye SDD — Why Spec-Driven Development Is Unsuitable for Most Projects: This article discusses Specification-Driven Development (SDD) in the current context of AI programming: first writing requirements and constraints as a Spec, then letting a Coding Agent plan, implement, and verify code based on it.

🔧 Dev Tools

  1. TanStack Markdown and TanStack Highlight: A 4.9KB Markdown parser supporting serializable Abstract Syntax Trees (AST), and an 8KB code highlighting library supporting 25 programming languages. Both libraries are currently in beta, but TanStack has already deployed them to production for its own use.
image-20260801125713623
  1. MobX 7.0: This popular state management library has slimmed down its size, removed deprecated APIs, updated React binding logic, and now uses Proxy-based observable objects and arrays throughout.
image-20260801130455266
  1. crypto-random-string 6.0: Generate cryptographically secure random strings.
image-20260801130828048

🍞 Life with Code

  1. Discussing AI's Impact on Organizations from the Essence of AI: This wave of AI (LLMs) has triggered organizational changes, not limited to layoffs. Layoffs are just a surface phenomenon; the fundamental logic is that 'how information flows,' 'how decisions are formed,' and 'how responsibility is implemented' within an organization have changed.

🚀🚀🚀 The above news articles are selected from common newsletters, such as JavaScript Weekly. The newsletter content will continue to be optimized and improved. I hope you enjoy it.

💖 Welcome to follow the WeChat official account: Chestnut Frontend