Next.js: React Upgrade and Documentation Improvements
The Next.js team merged 9 pull requests on April 20th, 2026, featuring a React upgrade to the latest experimental build and significant documentation improvements for date handling and cache component migration.
Duration: PT2M11S
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-04-20T00:00:00Z
- Audio duration: PT2M11S
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 development briefing for April 20th, 2026.
The nextjs-bot merged an upgrade to React from the April 13th build to the April 17th experimental build, incorporating 13 upstream React changes across 91 files with over 1,600 net additions.
Jimmy Lai merged a comprehensive documentation guide for displaying dates without hydration flash. The new guide addresses the common issue where dates formatted with toLocaleDateString produce different outputs on server versus browser, causing visible text changes during hydration. The solution involves using…
Aurora Scharff merged documentation updates linking the Activity guide from the Cache Components migration guide. This addition explains how pages are now preserved via React's Activity component instead of unmounting on navigation, helping developers understand the fundamental behavior changes.
Joseph merged a pull request removing the entire apps/docs directory, indicating a strategic shift in documentation approach. The removal affected 29 files including GitHub workflows and configuration files.
Jiwon Choi merged a fix for the stats action that was using incorrect commit SHAs for tarball URLs in pull…
Nearby episodes from Next.js
- Weekly Recap - Turbo Engine & Developer Experience Upgrades
- Signed Commit Requirements Added
- Cache Performance Improvements and Bug Fixes
- Turbopack Performance and Cache Improvements
- Weekly Recap - ESLint Improvements and Developer Experience
- New ESLint Rule and Test Improvements
- Logging Refactor and Development Tools Update
- Weekly Recap - Turbopack Performance & Developer Experience