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
easy
Next.js
What type is `params` in a modern Next.js Server Component page?
A
A plain synchronous object
B
A Promise that must be awaited (or read with use() in Client Components)
C
A Map
D
A string
Check Answer