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...
Redux Ecosystem Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
Redux Ecosystem
Why does the reference-stability of an unchanged slice (returning the same object, not a new equal one) actually matter?
A
It doesn't matter, it's just a style convention
B
It's what allows useSelector and memoized selectors to correctly skip re-renders/recomputations for slices an action didn't touch
C
It makes the code run in a separate thread
D
It's required by JavaScript syntax
Check Answer