Hello everyone! I want to cache the channels/messages but the pages of this implementations doesnt longer exists. Does this still a posibility?
If not, I want to implement useInfiniteQuery from Tanstack Query (ReactQuery) to cache/save the data on storage.
I’m using the lastest SDK version and the doc says only the “limit” param it’s accepted.
Did anyone already has implemented useInfiniteQuery?
Hello, could you clarify what you want to achieve with the cache? Are you looking to retrieve all data associated with a particular user, channel and messages?