Next.jsのレンダリングのパターン
Next.jsがわかるアンミカ
「Next.jsのレンダリングって8種類あんねん」
https://gyazo.com/855733c56ac9589d987acadd68c3588f
Static Rendering
Plain Static Rendering
Static Rendering with Client-Side
Static with getStaticProps
Incremental Static Regeneration
On-demand Incremental Static Regeneration
Server-Side Rendering
Streaming SSR also enables React Server Components
参考
https://www.lydiahallie.io/talks/rendering-patterns