apollo3-cache-persist-compressed
JSON →A wrapper around apollo3-cache-persist that compresses Apollo Client cache data using GZip (via fflate) before persisting to storage. v1.0.0 is the current stable release; the library is actively maintained. Key differentiator: it overcomes the default 1 MB size limit of apollo3-cache-persist by compressing cache to about 6% of original size (e.g., 1 MB → 60 KB in ~22ms). Uses LocalForageWrapper drop-in replacement for seamless integration. Ships TypeScript types.