DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What's the App Router mechanism most closely corresponding to classic ISR (Incremental Static Regeneration)?
A
A Client Component with useEffect
B
"use cache" + cacheLife (or the legacy fetch revalidate option) — static content with a periodic revalidation window
C
Reading cookies() directly
D
generateMetadata
Check Answer