Do people like using Apollo? I'm getting pretty fr...
# prisma-whats-new
d
Do people like using Apollo? I'm getting pretty frustrated with it. I feel like I'm wasting my time.
d
Apollo is definitely one of those technologies that rewards you for doing things in the way it expects you to. If you are building an app that works like most other apps that use Apollo then it makes things very easy. If you have an unusual use case then you may find yourself fighting against it.
d
I'm not trying to do anything unusual. I guess part of it is I expected it to work a little bit more like firebase.
In firebase, making queries / updates is a little more difficult, but you don't need to even think about how to update your store.
But my difficulty in updating a query that was on another page is proving difficult, which is a very basic pattern. And in my searches, I've found a lot of github issues where people were running into similar issues. I've seen many github issues of people complaining they spent entire days debugging a single issue. So I know I'm not alone.
Just ran into another caveat. https://github.com/apollographql/react-apollo/issues/289. I'm not using withApollo anywhere. But now I need to for this one feature