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...
State Management Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
State Management
Does a component reading a completely independent atom (with no dependency relationship) re-render when an unrelated atom updates?
A
Yes, always
B
No — confirmed via execution, an atom with no dependency relationship to the changed atom is untouched
C
Only if using useAtom instead of useAtomValue
D
Only in strict mode
Check Answer