Question 9 of 10Pro Only
What is state normalization and why is it important? Show how to normalize relational data in Redux.
Sample answer preview
State normalization means structuring data like a relational database with flat entities and relationships by ID. It is crucial for large applications. The problem with nested data shows in a typical API response. A post contains an author object and comments array.
normalizationentitiescreateEntityAdapternormalizrrelational dataflat structure