반응형
기능
- 간단한 클라이언트 사이드 라우팅
- Hot Module Replacement를 지원하는 Webpack 기반 작업환경
- Express 나 그 어떤 Node.js 서버와 함께 사용 가능
- Babel / Webpack 환경설정 커스터마이징 가능
https://velopert.com/3293
Why Next.js
The world’s leading companies use and love Next.js
Zero Config
Automatic compilation and bundling. Optimized for production from the start.
Hybrid: SSG and SSR
Pre-render pages at build time (SSG) or request time (SSR) in a single project.
Incremental Static Generation
Add and update statically pre-rendered pages incrementally after build time.
TypeScript Support
Automatic TypeScript configuration and compilation.
Fast Refresh
Fast, reliable live-editing experience, as proven at Facebook scale.
File-system Routing
Every component in the pages directory becomes a route.
API Routes
Optionally create API endpoints to provide backend functionality.
Built-in CSS Support
Create component-level styles with CSS modules. Built-in Sass support.
Code-splitting and Bundling
Optimized bundle splitting algorithm created by the Google Chrome team.
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[CSS] CSS Selector (0) | 2020.09.08 |
---|---|
TypeScript-Handbook 한글 문서 (0) | 2020.08.28 |
FileSaver.js - An HTML5 saveAs() FileSaver implementation. (0) | 2020.08.21 |
Using Google Charts (0) | 2020.08.19 |
Bootstrap 4.5 (0) | 2020.08.18 |