Is there a way to persist data like `useInfiniteQuery` does, but for parallel queries?
I send few parallel requests to get info about n days, but if number of results is not enough I'd like to make another fetch (for another n days), and persist data from previous fetch. Is that possible somehow?
0 Replies