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
What is the main tradeoff normalization introduces?
A
It makes the app slower overall
B
Reassembling a nested/relational view for rendering (e.g. a post WITH its full author object attached) now requires selector logic to re-join the data
C
It removes the ability to use useSelector
D
It requires switching to a different state library entirely
Check Answer