posva / pinia-colada

🍹 The smart data fetching layer for Pinia
https://pinia-colada.esm.dev/
MIT License
761 stars 10 forks source link

Q: vue-apollo Apollo Cache #8

Closed sschneider-ihre-pvs closed 6 months ago

sschneider-ihre-pvs commented 7 months ago

So, when fetching with the apollo client all the fetched data lands in the normalized cache of apollo. Would there be any benefit in using pinia-colada or pinia in general to do the fetching other that maybe global availability, which would not be in issue since requests are cached anyway.

posva commented 6 months ago

At first sight I would say not. This is because Apollo already acts as data fetching layer. The current main advantage is Data Loaders