What is placeholder data? Placeholder data allows a query to behave as if it already has data, similar to the initialData option, but the data is not persisted to the cache.
https://tanstack.com/query/v4/docs/framework/react/guides/placeholder-query-data

