Can you please add KeepPreviousData for placeholder to both useQuery and useInfiniteQuery for the purpose of preserving the current data while fetching when for example search or any other param change.
Also if you can add a way to configure the caching, for example sometimes i want to cache to an sqlite database for complete offline use.
Can you please add
KeepPreviousDatafor placeholder to bothuseQueryanduseInfiniteQueryfor the purpose of preserving the current data while fetching when for examplesearchor any other param change.Also if you can add a way to configure the caching, for example sometimes i want to cache to an sqlite database for complete offline use.