Pinia Colada: Scalable Data Handling in Vue
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

External Properties in Queries

It’s important when reaching for external data within your useQuery query, that you make that data a part of the key so that caching is predictable and accurate. In this lesson, we go over an example of calling useQuery for an individual product based on it’s id both in the key and in the query.

Links