React Lesson 11. Pt.2: Redux Middlewares

In this lesson, we will learn about middlewares in Redux. We will understand what are they, how we can create one and how to use it in our app.
In this lesson, we will learn about middlewares in Redux. We will understand what are they, how we can create one and how to use it in our app.
Our previous lesson was devoted to a more convenient way of how to write reducers using seamless APIs to add/remove elements and not to worry about any processes to be changed in between.
Let's explore how to work with data. We've used a denormalized structure for displaying our articles so far. Now, we'll normalize the data.
Today, we’re going to do more complicated things. We will go away from the manual description of “closure,” subscriptions, and so on. All these things are, of course, not for manual maintenance. We will learn how to do these things easily and gracefully.