Migrating a Real App to React Compiler: What Actually Broke
The production React Compiler postmortem. Migrating a 120,000-line Next.js app to React 19 Compiler: manual memoization removal, mutation violations, and ESLint rule fixes.
6 articles tagged with React 19
The production React Compiler postmortem. Migrating a 120,000-line Next.js app to React 19 Compiler: manual memoization removal, mutation violations, and ESLint rule fixes.
The React Compiler is standard in React 19. Learn how the Babel/SWC build tool automatically memoizes component props, state, and callbacks without manual dependency arrays.
Go beyond the basics. Learn advanced Server Actions patterns — progressive enhancement, optimistic updates, action chaining, and error boundaries — for production Next.js 15 apps.
React 19 is rewriting how we handle forms. Discover how Server Actions, useActionState, useFormStatus, and useOptimistic eliminate complex loading and error states.
Deep dive into the RSC chunked stream serialization protocol. Learn how React Server Components are encoded on the server and reconstructed in the browser.
The 'use' hook is the most versatile addition to React 19. Learn how to handle async data and context more elegantly than ever before.