React Conf 2025 Recap
Oct 16, 2025 by Matt Carroll.
Last week we hosted React Conf 2025 where we announced the React Foundation and showcased new features coming to React and React Native.
React Conf 2025 was held October 7-9, 2025 in Henderson, Nevada.
The entire day 1 and day 2 streams are available online and you can view photos from the event here.
In this post, we’ll summarize the talks and announcements from the event.
Day 1 Keynote
Watch the full day 1 stream here.
In the day 1 keynote, Joe Savona shared the updates from the team and community since the last React Conf and highlights from React 19.0 and 19.1.
Mofei Zhang highlighted the new features in React 19.2 including:
<Activity />component to manage visibility.useEffectEventto fire events from Effects.- Performance Tracks — a new profiling tool in DevTools.
- Partial Pre-Rendering to pre-render part of an app ahead of time, and resume rendering it later.
Jack Pope announced new features in Canary including:
<ViewTransition />— a new component to animate page transitions.- Fragment Refs — a new way to interact with the DOM nodes wrapped by a Fragment.
Lauren Tan announced React Compiler v1.0 and recommended all apps use the compiler for benefits like:
- Automatic memoization with an advanced Compiler that understands React code.
- New lint rules powered by the Compiler to teach best practices.
- Default support for new apps in Vite, Next.js, and Expo.
- Migration guides for existing apps migrating to the Compiler.
Finally, Seth Webster gave a surprise announcement of the React Foundation to steward React’s open source development and community.
Watch day 1 here:
Day 2 Keynote
Watch the full day 2 stream here.
Jorge Cohen and Nicola Corti kicked off day 2 highlighting React Native’s incredible growth with 4M weekly downloads (100% growth YoY), and some notable app migrations from Shopify, Zalando, and HelloFresh, award winning apps like RISE, RUNNA, and Partyful, and AI apps from Mistral, Replit, and v0.
Riccardo Cipolleschi shared two major announcements for React Native:
Ruben Norte and Alex Hunt finished out the keynote by announcing:
- New web-aligned DOM APIs for improved compatibility with React on the web.
- New Performance APIs with a new network panel and desktop app.
Watch day 2 here:
React team talks
Throughout the conference, there were talks from the React team including:
- Async React Part I and Part II (Ricky Hanlon): showed what’s possible using the last 10 years of innovation.
- Exploring React Performance (Joe Savona): showed the results of our React performance research.
- View Transitions and Activity (Chance Strickland): Chance worked with the React team to showcase how to use
<Activity />and<ViewTranstion />to build fast, native-feeling animations. - Profiling with React Performance tracks (Ruslan Lesiutin) showed how to use the new React Performance Tracks to debug performance issues and build great apps.
- Reimagining Lists in React Native (Luna Wei) introduced Virtual View, a new primitive for lists that manages visibility with mode-based rendering (hidden/pre-render/visible).
- React Strict DOM (Nicolas Gallagher) talked about Meta’s approach to using web code on native.
React framework talks
The second half of day 1 had a series of talks from React Framework teams including:
- React Native, Amplified by Giovanni Laquidara and Eric Faisl.
- React Everywhere: Bringing React Into Native Apps by Mike Grabowski.
- How Parcel Bundles React Server Components by Devon Govett
- Designing Page Transitions by Delba de Oliveira
- Build Fast, Deploy Faster — Expo in 2025 by Evan Bacon
- The React Router take on RSC by Kent C. Dodds
- RedwoodSDK: Web Standards Meet Full-Stack React by Peter Pistorius and Aurora Scharff
- TanStack Start by Tanner Linsley
Q&A
There were three Q&A panels during the conference:
- React Team at Meta Q&A hosted by Shruti Kapoor
- React Frameworks Q&A hosted by Jack Herrington
- React and AI Panel hosted by Lee Robinson
And more…
We also heard talks from the community including:
- Building an MCP Server by James Swinton (AG Grid)
- Modern Emails using React by Zeno Rocha (Resend)
- Why React Native Apps Make All the Money by Perttu Lähteenlahti (RevenueCat)
- The invisible craft of great UX by Michał Dudak (MUI)
Thanks
TODO