React Universe Conf | Sept 2-4, 2025
banner
reactuniverseconf.com
React Universe Conf | Sept 2-4, 2025
@reactuniverseconf.com
React Universe Conf is a React and React Native conference happening on Sept 2-4, 2025, in Wrocław, Poland. Lear more on https://www.reactuniverseconf.com/.
"The biggest performance issue in React is just rendering too much". @jayz.us argues the real bottleneck in RN isn't lists, it's state. React's top-down render isn't performant by default. His fix: a signal-based system where components subscribe only to the state they need ▶️ youtu.be/W8ThNQDZtYI
A New Model for React Performance With Jay Meistrich
YouTube video by Callstack
youtu.be
November 28, 2025 at 12:44 PM
Tired of rewriting CSS for React Native? Xuan Huang introduces Lynx, a framework-agnostic engine. It features native CSS support (port web CSS directly) and a two-thread model (BTS/MTS) for better hybrid UI. He also discusses React as a spec & community Vue/Svelte ports ▶️ youtu.be/L_u08K7xc18
Beyond React Native: Lynx's Native CSS & Two-Thread Model With Xuan Huang
YouTube video by Callstack
youtu.be
November 25, 2025 at 1:46 PM
Node-API for React Native wasn't built in a weekend. Khalef Hosany (Microsoft) & @kraenhansen.dk (MongoDB) detail the community effort, from a Windows-specific prototype to a public standard. They discuss "nerd sniping" & why they need your feedback now ➡️ youtu.be/TN4ENNf31vs
Building Node-API for React Native With Khalef Hosany & Kræn Hansen
YouTube video by Callstack
youtu.be
November 20, 2025 at 1:08 PM
React Native is 10 years old, but stability is the new hot topic. Chris Trag & Steven Moyes (Amazon) argue stable core just means more expansion (TVs, AR, Web). This puts a huge burden on library devs. They explain why brownfield is the real path to adoption ▶️ youtu.be/4LpXTepmgec
Stability, Platform Expansion, and Brownfield Adoption With Chris Trag & Steven Moyes
YouTube video by Callstack
youtu.be
November 17, 2025 at 5:49 PM
Meet Uniwind! @jpudysz.bsky.social (Codemask) discusses his new, blazing-fast styling library for Tailwind fans in React Native. He explains why he built it, how it shares the same core as Unistyles (which isn't going away!), and the power of JSI ▶️ youtu.be/ERAKXQDXbwM
Introducing Uniwind for React Native Styling With Jacek Pudysz
YouTube video by Callstack
youtu.be
November 14, 2025 at 3:59 PM
How do you teach an AI to write better code? @rojo.bsky.social (Vercel) shares how he uses his own talk slides to train AI on composition. Plus, he gives the scoop on the upcoming native v0 app and his AI-driven workflow ▶️ youtu.be/jnYn9ww-YQs
AI, Composition, and the Future of Mobile With Fernando Rojo
YouTube video by Callstack
youtu.be
November 13, 2025 at 11:34 AM
What does a Developer Advocate actually do? @anisha.dev (Amazon) pulls back the curtain on DevRel. It's not just talks; it's being "Developer Zero”, testing APIs, and acting as the developer's best friend to add the final salt and spice ▶️ youtu.be/8HYW3nWCMec
What is Developer Advocacy? Inside the Role With Anisha Malde
YouTube video by Callstack
youtu.be
November 6, 2025 at 3:51 PM
Is AI just "crypto rubbish"? @mattpocock.com shares his journey from skeptic to believer. Then, @szymonrybczak.bsky.social (@callstack.com) tackles AI's privacy problem with react-native-ai, bringing secure, offline LLMs to your mobile app ▶️ youtu.be/DCfn1UlSZzs
AI in Practice: From Cloud Privacy Risks to On-Device Solutions With Szymon Rybczak & Matt Pocock
YouTube video by Callstack
youtu.be
November 5, 2025 at 12:10 PM
How do you create software that runs the world and lasts till 2050? D. Richard Hipp, the creator of SQLite, shares its origin story, the power of aviation-grade testing, and why it's so reliable ▶️ youtu.be/5zQdYx-fqJg
SQLite's Origin, Rigorous Testing, and Future With D. Richard Hipp
YouTube video by Callstack
youtu.be
November 3, 2025 at 5:38 PM
When will we get React Native 1.0? @grabbou (@callstack.com) discussed the roadmap. Plus, @mrousavy.com (@margelo.com) explains why Nitro isn't just "faster Turbo Modules" but a fundamentally different, high-performance alternative ➡️ youtu.be/YlyI_PD0DeE
Nitro Modules & The Road to React Native 1.0 With Mike Grabowski & Marc Rousavy
YouTube video by Callstack
youtu.be
October 30, 2025 at 4:10 PM
Stop recompiling native modules! Vladimir Morozov (Microsoft) & Mariusz Pasiński (@callstack.com) explain how Node-API brings ABI stability to React Native, ending the update nightmare and allowing polyglot modules (Rust, Go!) ⬇️ youtu.be/MsWmfBlx6jw
How Node-API Brings Stability to React Native Modules With Vladimir Morozov & Mario Pasiński
YouTube video by Callstack
youtu.be
October 24, 2025 at 7:53 AM
“Learn once, write anywhere” is the React motto, but what does it really take to deploy across mobile, web, desktop, AR/VR & TVs? Leaders from Amazon, Expo, Microsoft & OSS shared the tradeoffs, tools & patterns behind building apps for every device.
▶️ youtu.be/bzhde_qlUgw
Closing Panel: Deploy Anywhere? Building Across Devices with React | React Universe Conf 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 3:18 PM
From Expo apps to GraphQL servers to publishing packages - Christoph Nakazawa demonstrates how good defaults and open source tooling let you focus on your product instead of endless setup decisions.
▶️ youtu.be/rxPTEko8J7c
Building Scalable Applications | Christoph Nakazawa at React Universe Conf 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 3:02 PM
Cross-platform at scale is more than “just add React Native".
Rene Eichorn (Zalando) shows how his team is migrating the Zalando app: brownfield integration, React Strict DOM, and unifying patterns across web & mobile.
▶️ youtu.be/U76fQ_9A89Q
Adopting Cross-Platform React Native at Scale: Zalando’s Learnings | Rene Eichhorn at RUC 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 2:46 PM
Distributed web dev is standard. But what about mobile? @Zackary_Chapple (Zephyr Cloud) shows how Re.Pack 5 + Module Federation unlock true distributed mobile development, with independent modules, release velocities & instant rollbacks.
▶️ youtu.be/VqigrlCaB58
Actually Distributed Mobile Development at Scale | Zackary Chapple at React Universe Conf 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 2:28 PM
Async operations don’t have to mean flickering UIs and messy state management. @aurorascharff.no (Crayon Consulting) shows how concurrent rendering + Actions fix these pain points in React 19, and what’s next with View Transitions.
▶️ youtu.be/I3AsmAWWGEs
Modern React Patterns: Concurrent Rendering, Actions & What’s Next | Aurora Scharff at RUC 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 2:17 PM
Fastest list in React Native & React DOM? Legend List v2. @jayz.us (Legend / Bravely) reveals the optimizations behind it: signals, minimized renders, and platform-specific tricks for web & mobile.
▶️ youtu.be/Ui3qVl80Pzg
Legend List: Optimizing for Mobile & Web | Jay Meistrich at React Universe Conf 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 2:03 PM
At HelloFresh, migrating existing iOS and Android apps to React Native meant rethinking how to deliver consistent cross-platform UI at scale. @ohansemmanuel.bsky.social presents a battle-tested case study of how GenAI accelerated cross-platform React Native adoption.
▶️ youtu.be/sNQh10QxSk4
Bridging the Platform UI Gap with GenAI | Ohans Emmanuel at React Universe Conf 2025
YouTube video by Callstack
youtu.be
October 4, 2025 at 1:45 PM
React Native is moving beyond single-threaded JavaScript.
@_tjzel (@swmansion) showed how react-native-worklets unlocks concurrent JavaScript, pushing single-threaded JS to its multithreading limits.
▶️ youtu.be/Td2aADUYMwg
Worklets Everywhere: Multithreading in React Native | Tomasz Żelawski at React Universe Conf 2025
YouTube video by Callstack
youtu.be
September 29, 2025 at 2:31 PM
React Native DevTools are powerful, but they still lack one crucial piece: extensibility. @chmal.it (Senior Software Engineer at @callstack.com) introduces Rozenite - a plugin framework that fills the gap by providing a way to extend React Native DevTools with custom plugins.
▶️ youtu.be/J0rXmTIGGRk
Rozenite: The Missing Part of React Native DevTools | Szymon Chmal at React Universe Conf 2025
YouTube video by Callstack
youtu.be
September 29, 2025 at 2:21 PM
Node-API in React Native means cross-runtime, type-safe, and faster React Native development. @kraenhansen.dk (@MongoDB) shows how Node-API brings faster builds, fewer native module failures, and better testing.
▶️ youtu.be/Wco3uHxik8w
Bringing Node-API to React Native | Kræn Hansen at React Universe Conf 2025
YouTube video by Callstack
youtu.be
September 29, 2025 at 1:24 PM
Is zero-cost runtime styling in React Native possible @jpudysz.bsky.social reveals both the engineering challenges and future opportunities of runtime styling in React Native, showing why the quest for zero-cost styling continues.
▶️ youtu.be/DCCWkTbNzhI
Mission Unistyles: The Hunt for Zero-Cost Runtime Styling | Jacek Pudysz at RUC 2025
YouTube video by Callstack
youtu.be
September 29, 2025 at 12:54 PM
OTA sounds simple - ship updates instantly like the web. But at scale, it’s an illusion. Adam Mruk (Klarna) shares what it really takes to build a reliable OTA system for millions of users.
▶️ youtu.be/hBoAD6sYDYo
The OTA Illusion: What No One Tells You About Instant Updates At Scale | Adam Mruk at RUC 2025
YouTube video by Callstack
youtu.be
September 25, 2025 at 9:57 AM
Composition is React’s most powerful tool, but it’s also one of the most misunderstood. @rojo.bsky.social, Head of Mobile at @vercel.com, showed how composition is the key React pattern for scaling codebases - from one component to thousands - while staying maintainable.
▶️ youtu.be/4KvbVq3Eg5w
Composition Is All You Need | Fernando Rojo at React Universe Conf 2025
YouTube video by Callstack
youtu.be
September 25, 2025 at 8:57 AM
A React Universe Conf 2025 highlight: a panel marking 10 years of React Native with @tomocchino.com (Vercel),
Christoph Nakazawa (Nakazawa Tech), @ccheever.com (Expo) & @grabbou.com (Callstack). Milestones, key learnings, and most importantly, opportunities for the future.
▶️ youtu.be/V5rgg9w25AY
Discussion Panel: 10 Years of React Native and Beyond | React Universe Conf 2025
YouTube video by Callstack
youtu.be
September 24, 2025 at 12:47 PM