Apollo Caching with Sockets

Angular: The Full Gamut Edition

Charlie Greenman
April 26, 2021
1 min read
razroo image

The value of being aware of architecture is twofold. One is that one has the option of preventing future catastrophes.

You will most like face a scenario where you're required to put together a solution within a time intensive setting. Caching with Apollo will help you in this scenario.

This is because you might include caching, but realize that sockets is something that we would like included with the app. The development team might decide to throw away caching, so that data can be updated.

Apollo Caching with Sockets

It should be noted that GraphQL offers three types of data queries:

  • Query

  • Mutation

  • Subscriptions

Subscriptions in particular is very similar to web sockets.

The package at this point which makes the most sense is subscriptions-transport-ws

Subscribe to the Razroo Angular Newsletter!

Razroo takes pride in it's Angular newsletter, and we really pour heart and soul into it. Pass along your e-mail to recieve it in the mail. Our commitment, is to keep you up to date with the latest in Angular, so you don't have to.

More articles similar to this

footer

Razroo is committed towards contributing to open source. Take the pledge towards open source by tweeting, #itaketherazroopledge to @_Razroo on twitter. One of our associates will get back to you and set you up with an open source project to work on.