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
Why does the shareable-modal pattern combine BOTH parallel routes and intercepting routes?
A
It doesn't need both — either alone is sufficient
B
Parallel routes let the modal render alongside the main content without replacing it; intercepting routes let a soft navigation show the modal while a hard navigation/refresh shows the real, standalone page
C
This combination is only used for accessibility reasons
D
Intercepting routes alone provide shareable URLs without parallel routes
Check Answer