-
Hey 👋 To read the initialData from the list of posts I've seen in this link that we should iterate over the cached posts. I want to know if is there any other more efficient approaches that you can suggest to me?. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
queryClient.getQueriesData
, which fuzzily matches keys and try to find and set the post that you want.