Next.js Daily: Offline Support and React Updates

Next.js gains experimental offline functionality with automatic retry behavior and a new useOffline hook, while React receives two version upgrades and developer tools see improvements for error handling.

Duration: PT1M58S

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-28T10:27:01Z
  • Audio duration: PT1M58S

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 Next.js Daily for March 28th, 2026.

Andrew Clark merged two significant pull requests introducing experimental offline support to Next.js. The first adds automatic retry behavior for failed navigations, server actions, and prefetches when network connectivity is lost. Instead of falling back to standard page navigation or showing errors, requests now…

The Next.js bot merged two React upgrades, bringing the framework from version 8b2e903a to 9627b5a1 over two separate updates. These upgrades touched over 60 files each and include multiple upstream React improvements.

Sebastian Silbermann enhanced the developer experience by adding support for AggregateError.errors in the error overlay. The development tools now display each error in a flat list, making debugging easier when multiple errors occur.

Ben Gubler upgraded Create Next App templates to Biome 2.4, which now supports Tailwind v4 directives. This allows the noUnknownAtRules linting rule to be re-enabled after being disabled in previous versions.

Additional updates include documentation fixes for OpenGraph image return types and AI agent instruction alignment, plus removal of unused adapter code.

Nearby episodes from Next.js Daily

  1. React Upgrade and Cache Handler Fixes
  2. Canary Release v16.2.1-13
  3. Weekly Recap - React Updates and Experimental Offline Features
  4. Turbopack Build Fixes and API Updates
  5. Turbopack Resolver Fixes and Performance Improvements
  6. Performance Optimizations and Segment Bundling
  7. Turbopack Hash Encoding and Build Optimizations
  8. Segment Bundling Improvements and Documentation Updates