The Secret Sauce of Redux: Exploring the World of Middleware
What are middlewares?
In Redux, middleware is a piece of code that sits between the actions that are dispatched to the store and the reducers that update the state based on those actions.
Middleware allows you to intercept and modify actions before t...
ekram70.hashnode.dev3 min read