最終更新:2021-10-29 (金) 01:45:55 (900d)  

Next.js
Top / Next.js

The React Framework for Production

https://nextjs.org/

特徴

  • SSR/SSG
  • ファイルベースルーティング
  • 開発サーバの部分的な高速リロード(Fast Refresh)
  • 画像最適化
  • ゼロコンフィグ

HTML/レンダリング

SG(Static Generation)

CSR(Client-Side Rendering)

SSR(Server-Side Rendering)

getStaticPaths?

メモ

  • We recommend using Static Generation over Server-side Rendering for performance reasons.

参考

関連