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
andrei_calazans
12/28/2017, 10:36 AM
How are you managing the data with Apollo? are you using redux or mobx or nothign ?
andrei_calazans
12/28/2017, 10:37 AM
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
Sam Abiassi
12/28/2017, 10:43 AM
Yeah... that's kind of annoying but hopefully I'll finally get a grasp on this all