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 createSelector deliberately ignore the top-level state object reference, given that state IS a new reference on every dispatch?
A
It's a limitation the library hasn't fixed yet
B
Because state changes on EVERY dispatch regardless of relevance — comparing it directly would mean recomputing on every single action, defeating the entire purpose of memoization
C
It doesn't ignore it, this is a misconception
D
Because state objects can't be compared with ===
Check Answer