DEV Community

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

Collapse
 
rusfighter profile image
ilija

Didn't used Apollo for some time but I remember that in the time I used a lot of workarounds were necessary to achieve my goal. In the end I just used Apollo client to fetch only data and used my own redux store to cache etc..

Collapse
 
lawjeremy profile image
Jeremy Law

I've been looking at doing something similar with redux. Did you have any problems using apollo and redux together?