βš›οΈ This Week In React #275: Next.js, TanStack RSC, React Compiler, Inertia, Astro, Trusted Types, Signals | πŸ“± ExecuTorch, Unistyles, RN.run, Preflight, Confetti, AI, Lynx | πŸ”€ Pretext, Axios, Node, Playwright, Turborepo


β€‹πŸŒ Read Online ​

Hi everyone, Seb and Jan here πŸ‘‹!

This week, we have news about popular React meta-frameworks. Next.js Adapters API should help host it anywhere without compromise. TanStack Start unveils a preview of its React Server Components. The React Compiler port to Rust is being actively worked on.

No major announcement in the React Native world, but still many interesting releases. React Native v0.85 should be released next week.

Axios has been compromised in a major supply chain attack. Stay safe and make sure to adopt security best practices!

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

​Next.js Across Platforms: Adapters, OpenNext, and Our Commitments​

Next.js 16.2 now ships with a stable, typed, versioned Adapter API. It was built in collaboration with many partners: OpenNext, Netlify, Cloudflare, AWS Amplify, and Google Cloud. This helps ensure Next.js works well on every platform across all its features. There’s now a public test suite to verify your adapter, and Vercel also relies on it.

The Next.js Ecosystem Working Group explains Vercel’s commitment. Partners will not participate in Next.js design decisions and roadmap, but can still impact it through feedback. They will be kept in the loop early, have time to adapt, and get direct support to fix adapter breakage.

πŸŽ₯ TanStart Start RSC preview​

Tanner Linsley gave a talk at React Paris last week. The 2nd part unveils for the first time what React Server Components will look like in TanStack Start, to be released very soon.

My highlights:

  • Primitives: You have full flexibility to decide how to compose these RSC APIs, and can adopt them incrementally. RSC flight payloads are just streams of text; you can sync/cache/persist/manipulate these on your own terms.
  • Composite Components: You don’t need ’use client’ directives, although they are supported. This new concept creates an explicit boundary between the server and the client. I assume it should be possible to co-locate client/server components in the same file.
  • No Server Actions: A design decision for security reasons, but you can use server functions with validation.

What strikes me is just how different this is from Next.js. It feels more like a library than a framework, and it seems more in sync with the philosophy that initially attracted me to React: you make your own decisions, even though sometimes more flexibility means more glue code and ways to shoot yourself in the foot. In any case, I agree with Tanner: we deserve another React meta-frameworkβ€”one that’s less opinionated and innovates in a different direction.

πŸ’Έ Sponsor

​Atomic CRM: The Open-Source CRM Toolkit for Developers​

Stop struggling with locked-in CRMs and expensive seats. Atomic CRM gives you the power of a professional CRM with the total freedom of open-source.

It’s the only toolkit that combines a high-end user experience with data sovereignty. No more lock-in, no more "renting" your contacts.

Everything you need is already there:

  • Native Mobile App for on-the-go access.
  • Intuitive Kanban Boards for pipeline management.
  • Built-in Email Tracking to stay on top of leads.
  • Free SSO for seamless team integration.
  • MCP Server Integration for productivity gains.

Why settle for a black box SaaS when you can own the entire platform? Deploy Atomic CRM on your own infrastructure in minutes and regain control over your most valuable asset: your data.

πŸ“± React-Native

​RN ExecuTorch 0.8​

Software Mansion just dropped the biggest release to date for React Native ExecuTorch. Version 0.8 expands the library's capabilities far beyond its initial scope, introducing official support for bare React Native applications (no longer strictly tied to Expo) and deep integration with Vision Camera.

Key callouts:

  • Vision Camera Integration: You can now seamlessly run ExecuTorch models directly on camera frames in real-time.
  • New Computer Vision Models: The release introduces powerful new CV hooks, such as useInstanceSegmentation and useSemanticSegmentation.
  • Bare RN Support: You can now use ExecuTorch in bare React Native apps by utilizing the bare React Native resource fetcher instead of the Expo one.
  • Expanded NLP: Continues to grow its Natural Language Processing suite with implementations for Speech-to-Text, Text-to-Speech, Text Embeddings, and more.

πŸ‡«πŸ‡· 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, Krzysztof and Filip from Software Mansion here πŸ‘‹! Big releases anchor the week. React Email 6.0 consolidates a fragmented ecosystem into one package, unlocking an embeddable editor and more reliable HTML rendering across mailboxes. On mobile, Marc Rousavy shipped VisionCamera v5 with a full Nitro Modules rewrite, Worklets integration, pro controls, and a modular plugin architecture.Heads up on the Vercel April 2026 incident: rotate your integration tokens if you use...

🌐 Read Online Hi everyone, Seb and Jan here πŸ‘‹! This week we finally have an experimental version of TanStack RSC! A new React DoS vulnerability affects Server Functions, so you probably need to upgrade React again. There are also important releases from the MUI team, and Styled Components is still alive! On the React Native side, we got a new universal Haptics library, and a much faster fetch alternative. We heard VisionCamera 5 is around the corner. Let's dive in! As always, thanks for...

🌐 Read Online Hi there, Seb and Jan here πŸ‘‹! This week brings a collection of smaller, yet still noteworthy, React releases and articles. On the React Native side, v0.85 just dropped with a new Shared Animation backend. Speaking of animations, we have a little sneak peek of exciting things coming, such as <ViewTransition> and Skia Graphite. With the recent surge in npm supply chain attacks, it’s worth reviewing the npm Security Best Practices guide to secure your setup. Let's dive in! As...