Part 3: Adding Realtime Support
In this part, we'll continue building our users' profile components 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. We'll utilize GraphQL subscriptions with Apollo Client and Angular to do this.
This section comprises the following chapter:
- Chapter 11, Implementing GraphQL Subscriptions