본문 바로가기

Next 1312

[Next.js 13 공식 문서 App Router] - Upgrading Upgrading Codemods - Transformations that run on our codebase programmatically Usage Next.js Codemods App Router Migration Upgrading - Node.js Version - minimum Node.js version is now v16.14 - Next.js Version - ESLint Version Next Steps Upgrading New Features - Component - Component - No longer requires manualy adding an tag as a child - Component - Font Optimization Migrating from pages to app .. 2023. 8. 30.
[Next.js 13 공식 문서 App Router] - Deploying Deploying Next.js Build API Managed Next.js with Vercel Self-Hosting - Node.js Server - Docker Image - Static HTML Export Other Services - Managed Server - Static Only - Serverless Automatic Updates Manual Graceful shutdowns Static Exports Configuration - next config output mode to export Supported Features - Server Components - Client Components - Image Optimization - Route Handlers - Browser A.. 2023. 8. 30.
[Next.js 13 공식 문서 App Router] - Configuring Configuring TypeScript New Projects - npx create-next-app@latest Existing Projects TypeScript Plugin - Plugin Features - Warning if the invalid values for segment config options are passed - Showing available options and in-context documentation - Ensuring the use client directive is used correctly - Ensuring client hooks (like useState) are only used in Client Components Minimum TypeScript Vers.. 2023. 8. 30.
[Next.js 13 공식 문서 App Router] - Optimizing Optimizations Built-in Components - Images: lazy loading and automatically resizing images based on device size - Link: prefetches pages in the background, for faster and smoother page transitions - Scripts: control over loading and execution of third-party scripts Metadata - Helps search engines understand our content better (better SEO) - Config-based Metadata: export a static metadata object .. 2023. 8. 29.
반응형