What to Expect from React and Next.js in 2026
After the transformative releases of 2025, React 19.2 and Next.js 16.1 now define the baseline for modern React development. The React Compiler shipped stable. ...
All posts tagged with #turbopack
After the transformative releases of 2025, React 19.2 and Next.js 16.1 now define the baseline for modern React development. The React Compiler shipped stable. ...
The React and Next.js ecosystem in January 2025 looked dramatically different from where we stand now in December. React 19 had just stabilized. Next.js 15 was ...
Every time I restarted the dev server on our main application, I'd wait 12-15 seconds. Open laptop, run npm run dev, wait. Switch branches, restart, wait. After...
Our Next.js build took 8 minutes. After migrating to Turbopack in Next.js 16, it takes 2 minutes and 40 seconds. That's a 3x improvement with zero code changes....
Our production app took 4 hours to migrate from Next.js 15 to 16. Most of that time went to two issues: async params migration across 23 route handlers and one ...