Steve Kinney
Temporal
The "Middleware Exercise" Lesson is part of the full, Redux Fundamentals (feat. React) course featured in this preview video. Here's what you'd learn in this lesson:
Students are instructed to reconfigure the previously created performance enhancer into middleware.
[00:00:00]
>> So, I wrote the log Middleware, what I want you to do is now take our enhancer from before that monitor performance and let's turn that into a piece of Middleware. And then all we have to do is add it to the supply Middleware as a second argument and we should have both in place now as Middleware instead.
[00:00:17]
So, I'll give you five minutes to do that.