Next.js bank Rendering Strategies Next.js / 7 questions Your progress 0 / 7 done Saved in this browser. Reset All 7 Easy 1 Medium 4 Hard 2 Hide done No questions match those filters. 1 Compare CSR, SSR, SSG, and ISR — what does each optimize for, and when do you pick which? Easy 2 What is hydration, and what problems (mismatch, cost) come with it? Medium 3 How does Incremental Static Regeneration work, and what does `revalidate` actually trigger? Medium 4 What's the difference between build-time and request-time rendering, and how do you tell which a page uses? Medium 5 When would SSG be the wrong choice even for mostly-static content? Medium 6 What is streaming SSR, and how do React Suspense boundaries change the response? Hard 7 How does partial prerendering (PPR) blend static and dynamic in one route? Hard Next → App Router & Server Components