Next.js
Types of rendering:
Static
SSR
Hybrid (Static + CSR)
Static Generation with Dynamic Routing:
When to Use Static Generation v.s. Server-side Rendering
January 2, 2020
Two Forms of Pre-rendering
January 1, 2020
Static Generation with Dynamic Routing and fallback:
Something