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 key difference between unstable_retry() and reset() in error.tsx (as of Next 16.2.0)?
A
They're identical, just different names
B
unstable_retry() re-fetches AND re-renders the boundary's children; reset() only clears error state and re-renders with existing data
C
reset() is newer and recommended over unstable_retry()
D
unstable_retry() only works in development
Check Answer