Folder Structure
Let’s have a look at how to organize middleware in a project.
We'll cover the following...
To demonstrate the power of middleware, let’s build a special debug middleware that measures how much time it takes for our reducers to process an action.
...
Folder Structure