Next.js Daily: Weekly Recap - React Updates and Experimental Offline Features
This week brought two React canary upgrades and experimental offline functionality with automatic retry behavior and a new useOffline hook. Development tooling improvements included better error overlays and enhanced Biome integration.
Duration: PT2M22S
Episode overview
This episode is a short developer briefing from Next.js Daily.
It explains recent repository work in plain language.
- Show: Next.js Daily
- Published: 2026-03-29T10:05:30Z
- Audio duration: PT2M22S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is your Next.js Daily weekly recap for March 22nd through 29th, 2026.
Fifteen pull requests merged with 60 additional commits this week.
**React Updates**
Two significant React canary upgrades landed this week. The first moved from build `8b2e903a` to `3cb2c420`, followed by an upgrade to `9627b5a1`. These updates touched 62 files each, bringing the latest React improvements to Next.js.
**New Features**
The headline feature is experimental offline support. Andrew Clark introduced automatic retry behavior for failed network requests - when navigations or server actions fail due to network errors, they now block and retry automatically once connectivity returns rather than falling back to full page navigation. A…
Nearby episodes from Next.js Daily
- Hash Salting and Turbopack Improvements
- Safari HMR Fix and Turbopack Improvements
- React Upgrade and Cache Handler Fixes
- Canary Release v16.2.1-13
- Turbopack Build Fixes and API Updates
- Offline Support and React Updates
- Turbopack Resolver Fixes and Performance Improvements
- Performance Optimizations and Segment Bundling