This feature will bring us to the most advanced and exciting part of the course. In order to work with this API, we’ll place a web request within a redux action. Since web requests return Promises in JavaScript, we’ll have to use more involved techniques like redux middleware with libraries like redux thunk.