Introduction

Learn how to convert data from the server into a normalized state that the reducers can understand.

We'll cover the following...

While a normalized state might seem like a great idea, the returned server’s data often has a deeply nested structure. A possible example of fetching data ...