본문 바로가기
Personal-Study/Next.js

[Next.js 공식 문서 살펴보기]

by Aaron-Kim 2022. 8. 18.

Next.js - The React Framework for Production

  - Hybrid Static & Server Side Rendering

  - TS Support

  - Smart bundling

  - route pre-fetching

The Web SDK

  - Image Optimization

  - Internationalization

  - Next.js Analytics

  - Zero Config

  - Hybrid: SSG and SSR

  - Incremental Static Regeneration

  - TypeScript Support

  - Fast Refresh

    - 한 번 저장하면 브라우저가 자동으로 업데이트되어 변경사항을 반영함

  - File System Routing

  - API Routes

  - Built-in CSS Support

  - Middleware

Tutorial

  - React is a declarative UI library

  - Next.js 12.2 버전 이상부터는 Link 컴포넌트가 a 태그 안감싸도 됌

    - className 속성은 a 태그 추가해서 지정 필요

  - 자동으로 code splitting 이루어짐

Docs


[Reference]

반응형

댓글