βš›οΈ This Week In React #270: Next.js, React Router, TanStack, Ink, Async, AI | Hermes, React Navigation, CSS Grid, Maestro, QuickPush, Screens, Expo Skills, Async Storage | Node, Oxfmt, TypeScript, Border Shape, Sprites


β€‹πŸŒ Read Online ​

Hello everyone, Krzysztof and Kacper from Software Mansion here πŸ‘‹

The React Foundation officially launched. Cloudflare rebuilt the whole Next.js in a week using AI. In the meantime, the real Next.js is adding version-matched docs so agents always have context on new and recently updated APIs.

On the React Native side, Hermes is moving beyond mobile: Hermes-node brings the engine to Node.js as a potential V8 swap. CSS Grid is also coming to React Native, and TanStack Router has an early PoC running natively.

Let's dive in!

As always, thanks for supporting us on your favorite platform:

πŸ’Έ Sponsor

​Still writing tests manually?​

Notion, Dropbox and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it. Built by ex-Palantir engineers, Meticulous autonomously creates a continuously evolving suite of E2E UI tests that delivers near-exhaustive coverage with zero developer effort - impossible to deliver by any other means.

It works like magic in the background:

  • Near-exhaustive coverage on every test run
  • No test creation
  • No maintenance (seriously)
  • Zero flakes (built on a deterministic browser)

🀨 Curious? Book in a time to learn more​

βš›οΈ React

​How we rebuilt Next.js with AI in one week​

A single Cloudflare engineer rebuilt the Next.js API surface (App Router, RSC, Server Actions, middleware) on Vite in one week using AI for $1,100. Using Oxc/Rolldown, it builds 4.4x and produces 57% smaller bundles. Using the Vite Environment API, it overcomes OpenNext limits, making it compatible with edge runtimes such as Cloudflare Workers.

What started as a bold experiment became vinext. It passes 2000+ tests and has 94% test coverage of the Next.js 16 API surface. The cio.gov website already runs it in production. It also introduces new concepts such as β€œTraffic-aware Pre-Rendering”.

This AI-driven port was only possible because Next.js has a well-documented API surface and a comprehensive test suite. A reminder of something TDD practitioners have known for years, but seems more important than ever today: the real value lies in the specification, the test suite, and the API design. Even Guillermo Rauch now believes that most software will start as markdown spec files implemented by coding agents. In Tests Are The New Moat, the author argues that we may see more open-source projects with private test suites: that’s what SQLite is already doing.

πŸ’Έ Sponsor

​Stop building MUI forms manually! Try FormEngine Core​

Tired of rewriting the same MUI forms across projects? FormEngine Core lets you build once in JSON and deploy everywhere no deep React knowledge required.

Why developers are switching

  • Write once, use anywhere: One JSON schema works across all your apps
  • Native MUI support: Ready-to-use component package
  • Lightweight: 188.54 KB gzipped (FormEngine Core + MUI)
  • Next.js & Remix ready: Drop-in support for modern frameworks
  • Localization: Powerful form localization with Fluent.js
  • Custom actions: Interactive logic through custom JavaScript

Perfect for: backend-driven forms, conditional logic, complex forms, admin panels, and multi-step wizards.
​Open source & free forever no vendor lock-in, no nonsense. Trusted by enterprises.
​Quick Start = Working form in 60 seconds​

πŸ“± React-Native

​Hermes-node​

Tzvetan Mikov from the Hermes team announced Hermes-node, a CLI version of Hermes compatible with the Node.js API. Since Hermes-node acts as a compatibility layer, it can use original Node.js module implementations without needing to rewrite them - most work out of the box. You can think of this as simply swapping the V8 engine for Hermes. If combined with compiling Hermes to binary code, this feature could bring significant benefits to the entire Node.js ecosystem.

πŸ‡«πŸ‡· En franΓ§ais

πŸ”€ Other

🀭 Fun

See ya! πŸ‘‹

βš›οΈ This Week In React

πŸ”₯ Keeps React and React-Native experts up to date! Join 34k+ devs for one email per week.

Read more from βš›οΈ This Week In React

🌐 Read Online Hi everyone! This week is rather quiet in the React world, so we took a step back on Vinext, found great community blog posts, and weak signals. On the React Native side, let’s welcome our new author, Jan Jaworski, who covered the new Expo SDK and the State of React Native survey results, among many other things. Let's dive in! πŸ’Έ Sponsor Still writing tests manually? Notion, Dropbox and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it....

🌐 Read Online Hi everyone! Huge thanks ❀️ β€” we just hit #1 resource on the State of React 2025 survey. Wild. This week leans heavily into TanStack and Next.js content, plus a few notable releases worth your time. On mobile, Hermes is clearly ramping up, and ByteDance just lowered the barrier to building Lynx apps. Let’s dive in. As always, thanks for supporting us on your favorite platform: πŸ¦‹ Bluesky βœ–οΈ X / Twitter πŸ‘” LinkedIn πŸ‘½ Reddit πŸ’Έ Sponsor Cut Code Review Time & Bugs in Half Code reviews...

🌐 Read Online Hi everyone! This week, we have a good variety of React content, with great community articles and various releases. Many generative UI solutions are emerging, and I’m curious to better understand how they differ from one another. React Native 0.84 just dropped, and Gesture Handler 3 is in beta. Expo SDK 55 should also be out soon. πŸ’Έ Sponsor Seer: AI that debugs React errors and writes the fix Most AI coding tools only see your source code. Seer, Sentry's AI debugging agent,...