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

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

発行日: 2026-08-19 ソース: This Week in React #294

今週の注目ポイント

  • React Compiler のツールチェーン対応が加速。Rust ベースのコンパイラ対応が各ツールに広がり、Oxlint 1.79 が自動メモ化付きで対応、Biome 2.5.8 が実験的な lint ルールを追加、Bun 1.4 もフラグ経由で対応予定。ビルド・lint 環境への React Compiler 導入が現実的な段階に入った。
  • React 19.3 の主要機能が見えてきた。Next.js チームの AMA で Fragment refs と ViewTransition が 19.3 で安定化することが明言され、React 本体でも parallel transitions フラグを全面有効化する PR が進行中(Meta では既に本番稼働)。
  • 各種フレームワーク/ツールがメジャー RC ラッシュ。Preact 11.0 RC(use()createPortal()useEffectEvent() 追加)、Solid 2.0 RC、SvelteKit 3.0 RC、pnpm 12.0 RC(Rust 書き直し)、Vitest 5.0 RC が同時期に登場。エコシステム全体が次世代へ移行しつつある。
  • CSS を悪用したメール攻撃の新手法。PortSwigger の調査により、Gmail / Outlook / Fastmail の CSS サニタイザを回避してトークン窃取・クリックジャック・キーロギングが可能になる手法が公開された。

React

The React Compiler rollout

  • URL: https://oxc.rs/blog/2026-08-18-react-compiler-support
  • 要約: Rust ベースの React Compiler 対応が各ツールに広がっている。Oxlint 1.79 が自動メモ化付きで対応、Biome 2.5.8 が実験的な lint ルールを追加、Bun 1.4 はフラグ経由でコンパイラをサポート予定。関連リンクとして vite-plugin-react の PR や Biome の issue も紹介。

React PR - Enable parallel transitions flag everywhere

  • URL: https://github.com/react/react/pull/37290
  • 要約: parallel transitions はすでに Meta の本番環境で使われており、React / React Native ともに v19.3 で導入される見込み。そのフラグを全面的に有効化する PR。

TanStack Router reimplemented

  • URL: https://github.com/TanStack/router/discussions/8087
  • 要約: サードパーティによる TanStack Router の再実装が登場。ドロップイン置き換えで最大19倍高速と主張しており、コアメンテナが応答している議論スレッド。

Next.js team - Ask us anything on Reddit

Next.js team - Ask us anything on X

React Router - Changes planned for v9

Cursor completed its migration from Solid (v1) to React and StyleX

  • URL: https://x.com/poteto/status/2089227731305464150
  • 要約: Cursor が Solid(v1)から React + StyleX への移行を完了。シグナルベースのアプローチはパフォーマンスの落とし穴を生んだとのこと。新製品「Bot」では useEffect の直接利用を禁止している。

React Summit US

Impersonating the DOM

How Lovable.dev moved from Next.js to TanStack Start

Making Navigations Instant in v0

Reliable Query Prefetching with TanStack Router

Inside a TanStack Router Navigation

Building App-like Experiences with Next.js 16.3

Coordinating Optimistic Updates in Next.js

Using next/root-params in Next.js 16.3

  • URL: https://next-intl.dev/blog/nextjs-root-params
  • 要約: next-intl にとってのゲームチェンジャー。すべての Server Component でルートレイアウトの [locale] パラメータを読めるようになる。

OXC for TSRX - Parse, lint, format .tsrx files with Oxc

  • URL: https://compiled.run/oxc-tsrx
  • 要約: JSX の後継として期待される TSRX 向けの、高速な Rust ベースツールチェーン。

GTKX 1.0

Unhead 3.3

Astryx 0.3 & 0.4

React-Hook-Form 7.85

shadcn React 0.3

Fig - A small TypeScript UI runtime based on React Fiber

Rshono

Sugar High 2.0

TanStack Form 2.0 alpha

Preact 11.0 RC

Humid 1.0

Lucas Barake - The state library that made me drop Zustand

This Month in React - July 2026

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

CSS: the bomb inside your inbox

How Variable Mangling Works in Oxc Minifier

Node.js 26.7

Astro 7.2

pnpm 12.0 RC

Vitest 5.0 RC

Solid 2.0 RC

SvelteKit 3.0 RC

Was this page helpful?