Any gotchas with combining two dehydrated query clients?
I’ve got some application level queries that I’d like to "cache" for the entire app (Next.js app FWIW). My thought was to combine a page’s dehydrated state with another one done at the root of the application. Is this advised? Any OOTB methods to combine caches? Better ideas to accomplish this?
0 Replies