Hi there. I just managed to use jQuery to query my...
# prisma-whats-new
j
Hi there. I just managed to use jQuery to query my graph.cool access point and it works well. What’s the advantage of using Apollo over jQuery?
m
Apollo handles caching, data normalization etc which can be pretty nice.
d
Also if you want to use subscriptions, Apollo takes care of the client side end of things
j
Yes I saw Apollo provides a Websocket implementation for subscriptions. Some powerful features going on there with the caching too. I’ll have a go at using it.