ReactCasts, episode 6.
Redux middleware provides an extension point between dispatching an action, and the moment it reaches the reducer. It's a very useful and elegant way of solving data-related issues in your Redux apps in a reusable way.
Screencast video: https://youtu.be/T-qtHI1qHIg
- How Middleware fits in Redux.
- What is middleware for?
- Example 1: Logger Middleware
- Example 2: Confirmation Middleware
- Example 3: Promise Middleware
-
To build and run the code in this directory, ensure you have npm installed
-
Install
npm install
- Start the application
npm start