DEV Community

Discussion on: Is anyone else using Apollo and frustrated all the time?

Collapse
 
nvma profile image
nvma

Yes, yes I do experience this right now.
At first I thought it was a breathe since I managed to completely ditch Redux flow in a React app but now I'm frustrated by the lack of granular cache control and overload of magic things happenings somewhere in the background.
There's also some other problems, namely how to efficiently re-run number of queries after user authenticates within the application.
Although to be honestly so many tedious things are heavy lifted by Apollo client that I will probably stick to this flow and find out how it's tied together properly. Since I've barely started I assume there's a lot of things and patterns I haven't discovered yet.