2026-10-23T07:00:00.000Z
2026-10-23T08:00:00.000Z
2026-10-23T09:00:00.000Z
2026-10-23T10:00:00.000Z
2026-10-23T11:00:00.000Z
2026-10-23T12:00:00.000Z
2026-10-23T13:00:00.000Z
2026-10-23T14:00:00.000Z
2026-10-23T15:00:00.000Z
2026-10-23T16:00:00.000Z
Walsh Track
2026-10-23T07:00:00.000Z
Registration
2026-10-23T12:40:00.000Z
Are Frameworks Dead in the Age of AI
Jack Herrington
Blue Collar Coder
2026-10-23T13:00:00.000Z
QnA with Jack Herrington
2026-10-23T13:20:00.000Z
Optimistic UI Is Lying to Your Users: Here's How to Do It Honestly
Patrick-Mary Nwakeze
Unidosh LTD
Optimistic UI makes apps feel instant by showing results before the server confirms them. In most apps that's a fine trade-off. In financial applications, showing a user an incorrect balance even for 200ms is a trust problem that compounds. This talk explores the tension between perceived performance and correctness, the React patterns that resolve it, and why "optimistic" is a UX promise your architecture needs to be able to keep.
2026-10-23T13:40:00.000Z
QnA with Patrick-Mary Nwakeze
2026-10-23T14:00:00.000Z
The Next.js Horror Picture Show: Why Your Website Is Slower Than You Think
Estela Franco
Shopify
In this data-driven talk, we will bypass marketing hype and unmask the hidden creatures behind Next.js., Using massive, real-world datasets from the HTTP Archive and the Chrome User Experience Report (CrUX), we will review the chronological evolution of Next.js performance and contrast its promised performance features with the real-world metrics of massive sites struggling with performance debt. Don’t dream your web is fast. Face the reality before it's too late.
2026-10-23T14:20:00.000Z
QnA with Estela Franco
2026-10-23T14:30:00.000Z
Coffee Break
2026-10-23T14:50:00.000Z
Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends
Vitor Alencar
Chilipiper
React has changed a lot in the last year: React 19, 19.1 and now 19.2 brought a stable React Compiler, new hooks like useEffectEvent, the <Activity /> API, and better SSR primitives such as Partial Pre rendering. And moreIn this talk we’ll take a demo React app that’s full of effects, memoization and “old school” patterns, and modernize it step by step.
2026-10-23T15:10:00.000Z
QnA with Vitor Alencar
2026-10-23T15:30:00.000Z
Why Software Fundamentals Still Matter
Matt Pocock
Total TypeScript & AI Hero Author
2026-10-23T15:50:00.000Z
QnA with Matt Pocock
2026-10-23T16:00:00.000Z
Closing
Sullivan Track
2026-10-23T09:00:00.000Z
Mastering Next.js Cache Components
Jonas Herrmannsdörfer
Vercel
Next.js 16 introduced cache components, a fundamentally new approach to caching that replaces implicit behavior with explicit, composable control. In this talk, I'll build a dashboard from scratch to show you how cache components work in practice: how the static shell gets prerendered and served instantly from the edge, how 'use cache' caches expensive data on your schedule, and how Suspense streams dynamic content in real time, all in the same route. You'll see the three 'use cache' variants in action, learn the donut pattern for maximum performance, understand why generateStaticParams matters more than you think, and walk away with practical patterns for cache invalidation that work in production.
2026-10-23T09:20:00.000Z
QnA with Jonas Herrmannsdörfer
2026-10-23T09:40:00.000Z
From Figma to Production Code: Building a Reliable AI-Driven UI Workflow
Rivka Ungar
monday.com
Frontend teams are increasingly using AI to speed up UI development by generating code directly from designs. While the results can look impressive, they often fall short in real production environments: incorrect components, missing accessibility, and broken design-system rules are common failure modes. In this talk, I’ll present a real-world Figma-to-Code case study that treats AI as part of the frontend infrastructure rather than a code generator. By teaching AI how a design system works and orchestrating a structured workflow, we moved from “cool demos” to production-ready UI code - an approach we now rely on in real product development, saving significant time while improving consistency, quality, and user experience.
2026-10-23T10:00:00.000Z
QnA with Rivka Ungar
2026-10-23T10:10:00.000Z
Coffee Break
2026-10-23T10:30:00.000Z
When React Meets Rock: Building Safe and Performant UI for Live Entertainment
(Erik) Lars Olson
TAIT
At TAIT, we build the full automation stack behind the world's biggest live experiences, from the systems that move stages and fly performers to the React interface that operators use to control them. Our frontends can't lag, freeze, or crash while hardware is moving, or someone can get hurt. This talk covers the architecture and performance patterns behind that interface, and what it teaches us about building any React app where failure isn’t an option.
2026-10-23T10:50:00.000Z
QnA with (Erik) Lars Olson
2026-10-23T11:10:00.000Z
Your UI Is Not My UI
Matt Seccafien,
DeepL
Simon Lenz
DeepL
After six interviews with people with disabilities about their daily struggles and opportunities they see in AI, it became clear that while standards and patterns have brought accessibility far, there are hard limits on how well one interface can adapt for all users.This led us to a different approach: instantly generated UI based on personal needs and context. Not adapting one interface, but exploring what AI makes possible when launching an app takes the same time as creating one on-the-fly.
2026-10-23T11:30:00.000Z
QnA with Matt Seccafien & Simon Lenz
2026-10-23T11:40:00.000Z
Lunch
2026-10-23T12:40:00.000Z
I Reverse Engineered RSC. Then I Integrated Fizz.
Ryan Skinner
rari
I built an RSC renderer in Rust by reverse engineering React's Flight protocol. The wire format, the serializer, the streaming machinery. I got it wrong in ways that taught me exactly how React internals work. Then I integrated the canonical Fizz renderer and discovered why React's approach exists.
2026-10-23T13:00:00.000Z
QnA with Ryan Skinner
2026-10-23T13:20:00.000Z
From Fiber to Async React
Nonso Otoh
Konrad Group
Almost a decade ago, React’s rendering algorithm was rebuilt, and with that it brought about new tools, ideas, and ways of building UI. But those tools arrived incrementally and were adopted in isolation, often framed as “optimizations” rather than part of a unified model. So are they truly independent ideas, or are they different expressions of the same underlying model made possible by the new rendering algorithm?Join us as we re-introduce "Async React" as the mental model for modern react and show how we can write more declarative code, embrace async-first as the default and let React handle the rest.
2026-10-23T13:40:00.000Z
QnA with Nonso Otoh
2026-10-23T14:30:00.000Z
Coffee Break
2026-10-23T14:50:00.000Z
How TanStack AI Made the Hidden Complexity of AI Simple for You
Alem Tuzlak
Code Forge
We have been supporting builders of AI products with over a dozen of features in TanStack AI. Today I want to show you how most AI workflows work under the hood, what it takes to run a harness, what is important after the initial implementation of a chat experience and how to grow your functionalities and scale to the needs of your users, and most importantly, how TanStack AI enables you to do all of this with ease and joy.
2026-10-23T15:10:00.000Z
QnA with Alem Tuzlak
Discussion Rooms
2026-10-23T08:15:00.000Z
Human in the Loop: Avoiding AI Slop
2026-10-23T09:30:00.000Z
One Codebase to Rule Them All