React Weekly — issue 3
6/21/2026
This week, the React ecosystem moved decisively toward compiler-driven optimization and server-first patterns — with real-world metrics validating RSC adoption, new tools lowering the barrier to accessibility and forms, and foundational libraries evolving rapidly to align with React’s next era.
Releases
- React Compiler v0.12 (beta) ↗react.dev · First beta with automatic memoization for Server Components and improved dev-time diagnostics
- Next.js 14.2.5 ↗nextjs.org · Adds experimental support for React Compiler in App Router and improved RSC hydration fidelity
- Vite Plugin React Compiler v0.7 ↗GitHub · Now supports concurrent rendering modes and inline component analysis
Articles & good reads
- How Shopify Reduced SSR TTFB by 42% Using RSC + Turbopack ↗Shopify Engineering Blog · Real-world metrics on Server Components adoption across 3 merchant-facing apps
- The Accessibility Cost of Abstraction: A Deep Dive into Popular Form Libraries ↗a11y.dev · Benchmarking aria-labeling, error messaging, and keyboard navigation across 5 new form libs
- Why We Dropped Zustand for Jotai in 2024 — And What We Gained ↗Medium · Post-mortem on migrating 12K LOC from Zustand to Jotai with performance and DX comparisons
Tools & libraries
- Formium — Zero-config, type-safe forms for React Server Components ↗formium.dev · New library with built-in action validation, progressive enhancement, and no client-side JS required
- AriaKit v2.0 ↗ariakit.org · Major accessibility primitives update with full RSC support and reduced bundle size
- Valibot React — Lightweight schema-based validation hooks ↗valibot.dev · TypeScript-first validation toolkit with zero dependencies and seamless useForm integration
Videos & talks
- React Compiler Deep Dive — How It Actually Works (React Conf '24 Recap) ↗React Conf YouTube · Explains the AST transformation pipeline and when memoization is applied automatically
- Building Accessible Forms Without Compromise — A11y Camp Talk ↗A11y Camp · Live-coding session demonstrating fully accessible RSC forms using native HTML + progressive enhancement
- From Class to Compiler: Migrating a Legacy Codebase Step-by-Step ↗Frontend Masters · Practical workshop covering incremental adoption strategies and common pitfalls