Quiz 7
Explore Redux state normalization with practical user data examples and practice creating normalizr schemas. This lesson helps you understand how to structure and manage complex API data effectively in Redux.
We'll cover the following...
We'll cover the following...
Q1. Using the following user data returned by a server’s API, show how it should look once normalized in the redux state:
const apiData = [
{
...