Next.js is a hybrid framework, allowing you to choose your data fetching strategy on a per-page basis. Learn about all the different options available.
00:00 – Intro
01:56 – Next.js Introdcution
08:23 – Static Site Generation (SSG)
09:31 – Incremental Static Regeneration (ISR)
11:19 – getStaticPaths()
12:26 – Server Side Rendering (SSR)
13:31 – Client Side Rendering (CSR)
15:42 – Hybrid Framework
16:54 – Q&A