eliE
Convex Community10mo ago
1 reply
eli

is there a way to preload data in a

is there a way to preload data in a query from another related query? for example, say i have a list page that queries items.list. i click on an item which goes to a detail route and queries items.get(itemId). some/all of the item data is already in the list query. can i utilize that to avoid loading data we already have and provide instant results?
Was this page helpful?