본문 바로가기

Personal-Study/Next.js13

[Next.js 13 공식 문서 App Router] - Routing Routing Routing Fundamentals Terminology - Tree - Subtree - Root - Leaf - URL Segment - URL Path The app Router - The App Router takes priority over the Pages Router Roles of Folders and Files Route Segments Nested Routes File Conventions - layout: Shared UI - page - loading: React Suspense boundary - not-found: React Error boundary - error: React Error boundary - global-error - route - template.. 2023. 8. 24.
[Next.js 13 공식 문서 App Router] - Building Your Application Building Your Application - Routing - Data Fetching - Rendering - Caching - Styling - Optimizing - Configuring - Deploying - Upgrading 2023. 8. 24.
[Next.js 13 공식 문서 App Router] - React Essentials React Essentials Server Components - Thinking in Server Components - The majority of components are non-interactive and can be rendered on the server - Next.js Server-first approach - Why Server Components? - We can move data fetching to the server - The initial page load is faster, client-side js bundle size reduced - The base client-side runtime is cacheable and predictable - All components in.. 2023. 8. 24.
[Next.js 13 공식 문서 App Router] - Getting Started Getting Started Introduction What is Next.js? - React Meta Framework Main Features - Routing: A file-system based router built on top of Server Components - Rendering: Client/Server-side-rendering, server's static/dynamic rendering, streaming - Data Fetching: async/await in Server Components, extended fetch API for request memoization/data caching/revalidation - Styling: CSS Modules, Tailwind CS.. 2023. 8. 24.
반응형