Transformation Patterns

Learn about the transformation patterns in redux.

We'll cover the following

Transformation patterns (such as enriching, normalization, and translation) change the contents of actions before they reach the reducer. Sometimes an action sent from the UI is different from the action expected by the reducer or middleware, either because it is missing some of the required information at the time of sending or because the original action is more eloquent in the process terms of its API.

Get hands-on with 1200+ tech skills courses.