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
What's the recommended way to close a modal implemented with intercepting routes?
A
window.location.reload()
B
router.back(), or a <Link> to a route matched by a slot that renders null
C
Deleting the browser's history
D
There is no reliable way to do this
Check Answer