学習ロードマップ - 用語集

Next.js

(Vercel)

  • Zero Config
  • File-system Routing
  • Build-in CSS Support
    • CSS Module
  • Hybrid: SGG and SSR
  • incremental Static Generation
  • API Routes
  • Code-spliting and Bundring(本番環境最適化)

 

インストール

npx create-next-app

yarn create next-app

 

パッケージ管理システム

npm

TypeScript

 

 

 

おすすめの記事