I'm using Apollo actually, but I have a really har...
# prisma-whats-new
s
I'm using Apollo actually, but I have a really hard time wrapping my head around the whole thing. Didn't find any "clear" tutorial on the matter.
a
How are you managing the data with Apollo? are you using redux or mobx or nothign ?
I don’t have much experience with Apollo, but i know you have to manage the state yourself, in that case, yes when you receive the subscription result you must set that new state.
s
Yeah... that's kind of annoying but hopefully I'll finally get a grasp on this all