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:
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.
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.
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.
π React Compiler PR - WIP port of React Compiler to Rust - As previously announced, the React Compiler is being ported to Rust through AI. The algorithm is the same, based on a Rust-based Babel AST, already passing 100% of the Babel integration fixture tests. The goal is to integrate nicely with Babel, SWC, and OXC.
π React PR - Enable Trusted Types integration - The browser Trusted Types API is now Baseline Newly Available, and React now integrates with it to prevent XSS and force you to sanitize unsafe inputs. For example, with dangerouslySetInnerHTML=.
ποΈ dotJS 2026 - π«π· Paris - 18 September - Early bird tickets are available until April 14th 6 PM CET, save 100β¬ on the next price. dotJS comes with dotAI on September 17, book now your early bird ticket for each conference, or a combo to attend both.
π TanStack Router's New Reactive Core: A Signal Graph - They refactored the router state store, splitting it into many small stores using signals, leading to more efficient fine-grained subscriptions. The original router.state is still a public API, but now derived from the smaller store.
π¦ Inertia 3.0 - Build React/modern SPAs with server-based routers - This solution to integrate React and other frontend frameworks with traditional backends (optimized for Laravel) now comes with a Vite 8 plugin, SSR in dev, optimistic updates, and more.
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.
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.
π Lynx Vue - Vue + Lynx = Vue Native? An AI-powered attempt to bridge native development with a popular framework.
ποΈ App.js Conf - π΅π± KrakΓ³w - 27-29 May - Join Charlie Cheever, William Candillon, Jay Meistrich, Perttu LΓ€hteenlahti, and more! Prices increase in Mayβsecure your seat now. Get a 15% discount with code "TWIR".
π Fig case study - How five engineers can scale to millions of users with Expo to provide crucial info about dietary needs. π¦ Preflight - Simplify Maestro E2E testing for React Native - deep link to any screen, inject state, compare visual regressions with reports, router agnostic.
π¦ Fast Confetti 2.0 - Rewritten composition API and physics engine, more customization and natural feeling animations.
π¦ ReactNative.run - Run React Native in a browser, Metro bundler mapped to the web. Similar concept to Expo Snack.
π¦ Agent Device 0.11 - iOS Simulator no longer takes focus from the current window + lots of fixes and small features
β οΈ axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - axios@1.14.1 and axios@0.30.4 have been compromised for approximately 4 hours on 30 March, and you might have too if you installed dependencies during that time frame. Even if you donβt use it directly, itβs probably a transitive dependency in your projects. Make sure to follow the defensive measures, such as adding min-release-age=7d to your .npmrc.
π 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...