convex-cache

๐Ÿ‘‹ Hello everyone, been working on a package for caching Convex queries on both the client and server.

Hereโ€™s how it works:

1. Client Cache (local) โ€“ Caches query results in the browser using IndexedDB.
2. Server Cache โ€“ Caches query results in server components (e.g., Next.js).

Both caches are automatically revalidated when data changes in Convex.

Would love to hear your feedback, suggestions, or bug reports.

Github:
https://github.com/beepbop-labs/convex-cache
GitHub
A library for caching Convex queries on the client and server, providing supercharged performance for your Convex-powered applications. - beepbop-labs/convex-cache
GitHub - beepbop-labs/convex-cache: A library for caching Convex qu...
Was this page helpful?