React Weekly — issue 5
6/21/2026
Welcome to React Weekly — issue 5! This week we unpack hard-won lessons from teams shipping RSC-powered apps, cut through the meta-framework noise with concrete comparisons, and spotlight updates that make testing and performance analysis more reliable than ever. Whether you're planning your next migration or optimizing what’s already in production, this digest delivers actionable insights — straight from the ecosystem.
Releases
- React Server Components migration guide (v2) ↗react.dev · Updated patterns for gradual RSC adoption in existing apps
- Vitest v2.1 ↗vitest.dev · Enhanced RSC-aware test isolation and suspense mocking
- React Testing Library v15.0 ↗testing-library.com · New waitForElementToBeRemoved overload and improved act warnings
- Next.js 14.3 ↗nextjs.org · Stable Turbopack support and improved RSC hydration debugging
Articles & good reads
- From CRA to RSC: A Year in Production at Shopify ↗Shopify Engineering Blog · Lessons learned migrating 12+ merchant-facing apps to RSC + Hydrogen
- Next vs. Remix vs. Hydrogen: When to Choose Which ↗swyx.io · Decision matrix based on data-fetching needs, hosting, and team expertise
- The Hidden Cost of Client-Side Navigation ↗Jason Format Blog · Benchmark-driven analysis of TTFB and memory impact across meta-frameworks
- What the Community Actually Uses: 2024 React Ecosystem Poll Results ↗State of JS · Key takeaways on testing tools, routing preferences, and RSC readiness
Tools & libraries
- RSC Inspector (VS Code extension) ↗Visual Studio Marketplace · Real-time RSC boundary visualization and hydration trace
- @remix-run/testing v2 ↗Remix Docs · First-class support for testing loaders/actions with mocked server context
- hydrogen-react v3.0 ↗GitHub · Streamlined hooks for partial hydration and cache-aware data fetching
- react-perf-devtools ↗React GitHub · New experimental performance profiling panel for concurrent rendering and RSC boundaries
Videos & talks
- Migrating a Large App to RSC — Lessons from Reddit ↗React Summit 2024 · Deep dive into code-splitting strategies and fallback UX tradeoffs
- Testing React Server Components — The Right Way ↗Testing JavaScript Conference · Practical patterns using Vitest + Mock Service Worker
- Meta-Framework Showdown: Live Coding Comparison ↗Frontend Masters · Side-by-side implementation of identical e-commerce features
- The State of React Performance in 2024 ↗JSConf EU · Benchmarks across frameworks, bundlers, and runtime optimizations