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
medium
Redux Ecosystem
Why must a locator function like (state) => state.posts usually be passed to getSelectors()?
A
It's optional and never actually needed
B
Because the entity slice is almost always NESTED within the larger store state, and the locator tells the generated selectors where to find { ids, entities }
C
It's required for TypeScript only, not at runtime
D
To rename the entity type
Check Answer