Next.js: Offline-First Web Apps Are Here
Andrew Clark introduces groundbreaking offline functionality with useOffline hook and automatic retry behavior, marking a major step toward resilient web applications. The team also upgraded React twice, improved developer experience with better error overlays, and enhanced tooling across the board.
Duration: PT4M5S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-03-28T10:20:29Z
- Audio duration: PT4M5S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, amazing developers! Welcome back to another episode of the Next.js podcast. I'm your host, and wow, do we have some exciting stuff to dive into today. Grab your favorite coffee because we're talking about something that's going to change how you think about building web apps - offline functionality that…
So here's the big story from March 28th - Andrew Clark has been working on something absolutely game-changing. We're getting experimental offline support in Next.js, and I'm genuinely excited about this because it solves a problem we've all dealt with. You know that frustrating moment when your user's connection…
Andrew shipped not one, but two major commits that work together beautifully. First, he added automatic offline retry behavior. Here's how cool this is - when a navigation, server action, or prefetch fails because of network issues, instead of just giving up or falling back to a full page reload, Next.js now blocks…
The detection is really clever too. It treats any fetch rejection as a potential network error - because server errors still return status codes, they don't just fail completely. Once it detects you're offline, it starts this smart polling loop with…
Th…
Nearby episodes from Next.js
- Safari Gets Some Love and TypeScript Gets an Upgrade
- React Upgrade & Developer Experience Wins
- The Quiet Release Dance
- Spring Cleaning Edition - Cache Fixes and Documentation Polish
- Turbopack Gets Smarter & Tests Get More Reliable
- The Performance Optimization Marathon
- Enterprise-Ready Security & Better Developer Experience
- Future-Proofing and Performance Optimizations