This week, TanStack Start is once again in the spotlight. The React Compiler in Rust is on its way. React Router and Remix shipped important security patches β update immediately. There's also a fresh batch of releases from TanStack Form, XState Store, shadcn, React Aria, and more.
On the React Native side, this week was dominated by App.js Conf 2026 in KrakΓ³w. Gesture Handler 3.0, Swift Package Manager support for React Native, and Legend List 3.0 were among the highlights, alongside Expo announcements like EAS Observe.
Let's go!
As always, thanks for supporting us on your favorite platform:
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
β
TanStack Start Gaining Momentum
π TanStack Start Adds First-Class Rsbuild Support - TanStack Start now supports Rsbuild / Rspack alongside Vite via a new plugin adapter, covering SSR, streaming, HMR, Server Functions, and RSC.
π The Conductor Rewrite: What They Changed to Make It Fast - Migrating their Tauri desktop app from React Router to TanStack Router significantly reduced re-renders thanks to its built-in structural sharing and stable refs.
π Deprecating a React component using TypeScript Overload - How to ship a breaking component redesign without renaming it with the usage of TS overload, mark the old API as @deprecated, and let consumers opt into the new version by adding a new prop.
π¦ TypeGPU React - React bindings for TypeGPU - Hooks like useFrame, useUniform, and useRoot to write GPU shaders directly in TypeScript and integrate WebGPU into React components.
Claude writes your code. Claude reviews your code. Claude fixes the review comments. And somehow, you're the one getting paged at 2am when it breaks in prod.
Last week, the community gathered at the App.js Conf happening in KrakΓ³w. We're highlighting three announcements here, since many of the others shipped over the past month and were demoed again on stage. Make sure to catch the rest of the talks through the live stream recordings (Day 1, Day 2).
Major release rebuilt for the New Architecture, dropping Old Architecture support, introducing a new hook-based API which is React Compiler friendly, a new Touchable component with built-in animations and deeper Reanimated integration.
Swift Package Manager support for React Native
Meta + Expo previewed npx react-native spm, which scaffolds SPM config to replace CocoaPods: generates a committable Xcode project, runs codegen, caches XCFrameworks globally. CocoaPods trunk goes read-only Dec 2. Both Cocoapods and SPM work in parallel during the transition.
New Expo production performance monitoring service that tracks real-world startup times, render performance, and bundle load times across devices, with release comparison and per-session investigation. Currently in Private Preview, free up to 10K MAU for at least three months.
ποΈ Chain React - πΊπΈ Portland - 30-31 July. The US React Native conference is back! Grab your tickets now and get a 15% discount with code "TWIR"!
π Things I Learned While Building Expo - Evan Bacon is leaving Expo after 9 years. He wrote what he learned on dogfooding, listening user feedback, building developer trust through rough patches, and why data beats vibes when you're building developer tools.
π Expo Router v56: Decoupling from React Navigation - Covers the decision to fork React Navigation internals for full architectural control, codemod-assisted migration, streaming SSR with generateMetadata, and new Android toolbar API and Native Tabs customization.
π Native code in Expo SDK 56: inline modules and type generation - How inline modules let you write Swift and Kotlin files directly alongside your app code, and how expo-type-information automatically generates matching TypeScript interfaces from them.
π¦ Keyframer.dev - Visual Animation Editor for React Native - Outputs production-ready Reanimated v4 code - drag keyframes on a timeline, or type a prompt and get a useAnimatedScene hook you can paste directly into your project.
π On Rendering Diffs β Pierre Computer Company - Deep dive into building a zero-blanking diff virtualizer using the "Inverse Sticky Technique", with insights on layout estimation, DOM pooling, memory optimization, and deferred syntax highlighting.
π¦ npm 11.16 - Phase 1 of package.json allowScripts - npm is rolling out supply chain security improvements in 2 phases, catching up with other package managers. v11.16 adds package.allowScripts=[] and warns on unapproved postinstall scripts. v12.0 will block them by default.
π Read Online Hi everyone, Seb and Jan here π! This week we have React and Next.js security patches. React Aria becomes first-class in shadcn. A benchmark grades coding agents at real React tasks. The rise of TSRX and its upcoming framework. On the mobile side, Swift Package Manager support is finally coming. A TC39 meeting is in progress; we'll share the proposal updates next week. Oxlint type-aware linting is ready for prime-time. Meanwhile, Yuku explains how it outperforms Oxc at parsing...
π Read Online Hi everyone, Konrad and Szymon from Software Mansion here. This week, the React team documented its reorganization into working groups. The docs got a new section on what actually activates a Suspense boundary. A few thoughtful posts weighed React against lighter alternatives like HTMX and SolidJS. On the React Native side, two RFCs caught our eye: media queries in StyleSheet and ViewTransition support, plus a Nitro Modules rewrite of Rive that's up to 94x faster. Also worth...
π Read Online Hi everyone, Seb and Jan here π! Things are relatively calm on the React side this week, but it's still worth highlighting Base UI becoming the default headless lib in shadcn, and Vinext getting close to production-ready. On the mobile side, React Native 0.87 went full Marie Kondo. We also have a nice preview of React Navigation 8 and the relentless stream of AI tooling updates. TypeScript 7.0 is out, and it's 10x faster. Ecma has officially approved ES2026, and HTTP is finally...