Skip to content
catch-all-favorite
Esc
navigateopen⌘Jpreview
On this page

This Week in React #291 キャッチアップ

発行日: 2026-07-22 ソース: This Week in React #291

今週の注目ポイント

  • Pete Hunt が Vercel に参加し Next.js と Frameworks を統括。Instagram Web で React に早期に賭け、多くの開発者を React に導いた立役者が復帰する大きな人事。
  • Next.js が初の事前告知型・月次セキュリティリリースを実施。v16.2.11 / v15.5.21 で高深刻度4件・中深刻度5件を修正。React 側も Server Functions の DoS 脆弱性が 19.0.8 / 19.1.9 / 19.2.8 でパッチされた。
  • Oxlint 1.75 で型認識リンティングが安定版に。TypeScript v7 ベースの tsgolint 7.0 により --type-aware/--type-check フラグと43個の型認識ルールが利用可能に。
  • ReactBench 登場。Million.js チームが実際の React タスクでコーディングエージェントを採点するベンチマークを公開。挙動・性能・アクセシビリティ・コード品質を評価し、GPT 5.6 が首位でコスト効率も高い。
  • 状態管理ライブラリは本当に必要かという問いが再燃。ほぼ全ての状態管理ライブラリが useSyncExternalStore に収束しており、約50行で自作できると指摘される。

React

Pete Hunt joins Vercel to lead Next.js and run Frameworks

TypeScript 7 support in Next.js 16.3

  • URL: https://x.com/timneutkens/status/2076771696745345363
  • 要約: next build は TS API を使うが、これは TypeScript 7.1 でのみ利用可能になる。リリースまでは experimental.useTypeScriptClitsc CLI 経由の型チェックが可能。

React - Denial of Service in Server Functions

Next.js - July 2026 Security Release

React.dev PR - Dynamic OG images for docs pages

ReactBench - Evaluates frontier coding agents on production React work

  • URL: https://www.reactbench.com/blog
  • 要約: Million.js チームが実際の React タスクでコーディングエージェントを採点するベンチマークを公開。挙動・性能・アクセシビリティ・コード品質を評価し、GPT 5.6 が首位で Fable 5 より約6倍コスト効率が高い。

TSRX in TanStack Start: what we like, and three bugs we filed

  • URL: https://www.jxd.dev/blog/tsrx-tanstack-start
  • 要約: TypeScript ベースの JSX 拡張 TSRX を TanStack Start と React で試した実践的フィードバック。作者の Dominic Gannaway(元 React/Svelte コアチーム)は TSRX ベースで全てを事前コンパイルするフレームワーク Octane.js を開発中。

Inside TanStack Table V9 Reactivity

  • URL: https://tanstack.com/blog/tanstack-table-v9-reactivity
  • 要約: TanStack Table の新しいリアクティブかつフレームワーク非依存のコアを深掘り。共有 atom インターフェース上に構築し、React はシグナルベースでないため adapter は TanStack Store を利用。セレクタによる粒度の細かい更新と React Compiler 互換を実現。

React Hook Form Avoids State. TanStack Form Scopes It

Do we need state management libraries anymore?

Props, Composers, and Providers: the composition pattern we’re converging on

Advanced React State Boundaries in a Real Next.js App

shadcn CLI 4.13.1 - Add React Aria support

dx-styles - zero-runtime CSS-in-TS library

  • URL: https://dx-styles.dev/blog/why-dx-styles/
  • 要約: Linaria と Pigment CSS のメンテナが styled(Component) は設計上の誤りだと説明し、長年の経験に基づく新しいゼロランタイム CSS-in-TS ライブラリを紹介。

Vite Plugin React 0.5.28 - RSC runtime optimizations

GTKX 1.0 RC - The React framework for Linux

  • URL: https://gtkx.dev/blog/gtkx-1-0-rc-1
  • 要約: TypeScript から GLib と GObject を駆動する汎用プラットフォームとしての、Linux 向け React フレームワーク。

React Hook Form 7.82

Jotai 3.0 alpha

TanStack Devtools Rspack 0.1

Astryx 0.1.5


その他(JS / CSS / Web全般)

Engineering Yuku’s High-Performance Parsers with Data-Oriented Design

  • URL: https://www.arshad.fyi/writings/engineering-high-performance-parsers
  • 要約: Yuku はデータ指向設計により Oxc パーサーを上回る。教科書的な AST ノードは可読性を優先するが機械効率が悪いため、Yuku は AST ノードのデータ構造をメモリレイアウトとアクセスパターン最適化のために設計している。

Fetch Is Not Enough

Oxlint 1.75 - Type-Aware Linting Stable

pnpm 11.11-11.14 - Workspace release management

Rolldown 1.2 - HMR, watcher, tree-shaking, sourcemaps improvements

Astro 7.1 - Pagination URLs control, CSP control

  • URL: https://astro.build/blog/astro-710/
  • 要約: ページネーションURLの制御、インラインスクリプト/スタイル向けの CSP 制御、複数の dev サーバー実行に対応。

Lightning CSS 1.33

magic-string 1.0

Was this page helpful?