.Net Knowledge Book: TypeScript, React and Redux by Patrick Desjardins

.Net Knowledge Book: TypeScript, React and Redux by Patrick Desjardins

Author:Patrick Desjardins [Desjardins, Patrick]
Language: eng
Format: azw3
Published: 2018-11-27T16:00:00+00:00


Normalization and Store

Data comes in many formats, and sometimes some entities are part of many data branches. Normalizing the data means avoiding any duplication of data inside the store even if the data is used in many branches. Normalizing should always be done before sending the data to the Store. The reason for having a middleware to normalize the data and then send it to Reducers makes sense. Avoiding duplication is key to a stable system where the store is a source of truth.

Pre and Post Middleware



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.