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...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
A team assumes 'we're on Next.js 16, so our forms reset automatically every time a user navigates back to this page.' What's the risk in this assumption?
A
No risk — this is guaranteed Next.js 16 behavior
B
If cacheComponents is enabled, Activity-based navigation may preserve the component instance (and its state) rather than remounting it fresh — the assumption of automatic reset-on-revisit may not hold
C
This assumption is only wrong for class components
D
Next.js 16 has no relationship to form state behavior
Check Answer