Create a Vercel project before starting migration. Vercel automatically detects framework and build settings. Build settings can be found in Netlify UI or netlify.toml
New beta compiler for optimizing React applications. Automatically memoizes code and improves update performance. Works with plain JavaScript and follows React's Rules. Includes ESLint plugin for editor-based analysis
Layouts are reusable UI components shared between multiple pages. Next.js 13 introduced built-in layout support. Layout components must export from layout.js or layout.tsx
The src property is mandatory for external scripts
Next.js 15 is now stable and ready for production. New codemod CLI enables smooth upgrades to latest versions. React 19 support added for App Router. TypeScript support for next.config.ts introduced
Node.js 18.18 or later required. Supports macOS, Windows, and Linux