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
hard
Next.js
Without generateStaticParams, why does accessing params under Cache Components require a Suspense boundary?
A
It doesn't — this is optional
B
Every param value is unknown until request time, making it runtime data that must be wrapped in Suspense to allow the rest of the shell to prerender
C
Suspense is required for all Server Components regardless of params
D
This only applies to Client Components
Check Answer