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

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

発行日: 2026-06-17 ソース: React Compiler, StyleX, TSRX, WordPress, TanStack, Remotion, Hydrogen | …

今週の注目ポイント

  • Rust製 React Compiler の本格展開: React Compiler の Rust 移植版が各ツールチェーンに一斉に統合された。Oxlint・Rolldown/Vite・SWC・Rspack・Next.js(Turbopack) が対応し、Babel版に比べ 7〜13倍高速。早期採用者は実行時パフォーマンスでも x5〜6 の改善を報告しており、ビルドと実行の両面で恩恵が大きい。
  • Babel 8.0 リリース: ESM-only 化、ES5 デフォルトの廃止という大きな節目。長期メンテされてきたプロジェクトの移行に影響するため、ビルド設定の見直しが必要になる可能性がある。
  • Biome 2.5: Lint ルール 500 種、プラグインによるコード修正、クロスファイル Lint に対応。ESLint/Prettier 代替としての完成度が一段上がった。
  • Node.js の Package Maps(実験的): node_modules を走査せず静的 JSON でパッケージ解決を行う仕組み。Yarn 4.17 が対応済みで pnpm も追従の可能性。依存解決の高速化につながる将来の標準として注目。
  • StyleX 0.19 / LLM-safe デザインシステム: StyleX が Tailwind風のインラインアトミックスタイル @stylexjs/atoms を追加。あわせて Polar が「AIエージェントがデザイン決定を尊重できる」型安全なデザインシステムを StyleX で構築した事例も紹介され、AI時代のUI設計の方向性を示している。

React

React Compiler in Rust rollout — Oxlint 1.70 で react/react-compiler ルール追加

React Compiler in Rust rollout — Rolldown が React Compiler オプションを公開

React Compiler in Rust rollout — SWC に React Compiler を追加

React Compiler in Rust rollout — Rspack が SWC をバンプして React Compiler 対応

React Compiler in Rust rollout — Next.js が実験的 Turbopack React Compiler 対応を追加

HTML proposal - Localized time formatting without JavaScript

WordPress - React 19 upgrade temporarily reverted in Gutenberg

Rethinking TSRX

  • URL: https://tsrx.dev/blog/rethinking-tsrx
  • 要約: TSRX 構文が JSX と後方互換になるよう再設計された。Dominic Gannaway による、各種フレームワークランタイムと互換性のある共有UI構文を提供するプロジェクト。

TanStack Start: A Mental Model for Next.js Developers

Module System Dependency Injection in React & Friends

Building an LLM safe design system

  • URL: https://polar.sh/blog/orbit-llm-safe-design-system
  • 要約: Polar のデザインシステムは型安全な StyleX トークンを持つ単一のポリモーフィックな <Box> コンポーネントを使い、Tailwind や素の HTML 要素を禁止。AIエージェントがデザイン決定を尊重するよう設計されている。

Hydrogen developer preview

StyleX 0.19

React Doctor GitHub Action

Visx 4.0

Remotion 4.0.475

Rsbuild Plugin React Router 0.2

Ink 7.1

TanStack AI Beta

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

Node.js PR - Experimental support for package maps

  • URL: https://github.com/nodejs/node/pr/62239
  • 要約: node_modules を走査せず静的な JSON ファイルでパッケージ解決を行う実験的サポート。Yarn 4.17 が対応済みで、pnpm も近く対応する可能性。

Dark mode with web standards

We put Bun’s Rust rewrite in production on Prisma Compute

TypeScript Performance in TanStack Table V9

Prop For That

  • URL: https://nerdy.dev/prop-for-that
  • 要約: CSS がまだ提供していないものを、動的な CSS 変数を定義する宣言的 HTML 属性で補完する JS ライブラリ。

Babel 8.0

Biome 2.5

npm 11.17

pnpm 11.7

Zod Compiler

Playwright 1.61

Was this page helpful?