Summary
We've shown how to enhance our authentication system to deal with token expiration and how to utilize Apollo Client to send queries and mutations to our previously developed backend application programming interface (API). We've continued working on the profile component, adding code for getting paginated posts and comments, as well as making comments and likes.
In the following chapter, we'll finish up building the profile component before learning how to add realtime support to our application so that we can retrieve and display new data from the server without having to constantly refresh the app.