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
What happens to a runtime param value NOT listed in generateStaticParams, on its first real request (assuming its code path doesn't hit an unvalidated runtime-API branch)?
A
It always 404s
B
It's rendered dynamically on that request, validated at that point, and (per the caching model) can be saved to disk for subsequent requests
C
The build fails
D
It's ignored entirely
Check Answer