← All posts

React Router v8: boring, but good

React Status #479: React Router v8 as an intentionally boring release, Rust React Compiler port, RN 0.86, TypeScript 7 RC, and React ecosystem news.

Contents

In brief

React Status #479 leads with React Router v8 — a release the authors call intentionally “boring.” Not hype for hype’s sake, but evolution of a proven router alongside the newer Remix stack. Also in the issue: the Rust React Compiler port, React Native 0.86, a React 19 rollback in WordPress 7.1, and TypeScript 7.0 RC.

What happened

Brooks Lybrand’s React Router v8 roundup covers the path from v6/v7: what changed, why v6 is heading to EOL, and when React Router beats jumping to the “new shiny” framework. The argument is straightforward: for production apps, predictability and maturity sometimes matter more than fashion.

The rest of the issue scans the ecosystem:

  • React Compiler on Rust is merged; support is landing in Next.js (canary), Oxlint 1.70, swc, Rolldown.
  • React Native 0.86 — edge-to-edge on Android 15+, DevTools improvements.
  • WordPress 7.1 planned React 19 but rolled back over plugin compatibility.
  • Expo opened beta EAS Observe — performance monitoring for RN apps.
  • Weekly reads: signals vs Redux, TanStack Start for Next.js migrants, App Router migration, Zustand over overloaded hooks.

Why it matters

A “boring” React Router v8 signals maturity: the team is not chasing rebrands but finishing routing, data APIs, and migration paths. For teams with dozens of screens and years of history, that lowers “rewrite for rewrite’s sake” risk.

The Rust compiler port and RN 0.86 show React optimization moving into infrastructure (compiler, native layer) rather than new component syntax. The WordPress rollback reminds us: major React upgrades in a plugin-driven CMS are political, not purely technical.

In practice

  1. On v6/v7 — read v8 migration notes before EOL; decide if you need Remix or React Router evolution is enough.
  2. Watch React CompilerNext.js canary support is a reason to benchmark your bundle.
  3. RN teams — test edge-to-edge on Android 15+ and beta EAS Observe for perf regressions.
  4. WordPress plugins — do not assume React 19 in core until the extension ecosystem stabilizes.
News Practical takeaway
Router v8 “boring” Stability > trendy stack
Compiler on Rust Less manual memo without swapping UI libs
WP React 19 rollback Major bumps in monolith CMS lag greenfield

Takeaway

React Router v8 is about trusting routing in production, not wow-factor. Together with the Rust compiler and RN 0.86, issue #479 shows the React ecosystem speeding up via infrastructure — while choosing a “boring” router stays rational for many teams.