In this chapter, we first discussed how to integrate and use Redux DevTools in an application. Then, we took a look at various Redux DevTools monitors, learning how to configure and use them in practice.
In the next chapter, we will cover how to interface with Application Program Interfaces (APIs) by pulling data from a server into our Redux application, as well as sending requests to an API from Redux action creators. As a result, our blog application will be connected to a backend (the code for the backend server is provided in the book). We will also cover handling asynchronous operations (such as API requests) with Redux in general.