In this chapter, we covered how to handle asynchronous operations with Redux. We then used this knowledge to pull blog posts and users from an API into the Redux store. Furthermore, we covered how to dispatch actions that change the state in the frontend/client and the backend/server (creating users and posts).
In the next chapter, we will discuss how to authenticate users and handle their sessions in the Redux store. This means that our blog application will have a way to log in and we won't need to manually enter the username when creating a post anymore.