Logo Awesome React

Awesome React

Redux Tutorial #5 - Redux Middleware Tutorial

Redux middleware is awesome, it allows you to keep the simplicity of Redux, yet extend it's functionality. Adding global things like loggers, error handlers, etc are incredibly simple.

In this react redux tutorial, we're going to create a redux logger middleware and error handling middleware that intercept every redux action in our react.js app.

As you see, adding redux middleware to our react app is incredibly easy.