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
A page reads searchParams to filter a database query. What does this typically do to the rendering strategy for the WHOLE route?
A
Nothing — only that one line becomes dynamic
B
It opts the entire route into dynamic rendering by default, unless the runtime access is isolated behind its own Suspense boundary
C
It forces the route to become a Client Component
D
It has no effect on rendering strategy at all
Check Answer