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
GitHub - beepbop-labs/convex-cache: A library for caching Convex qu...
A library for caching Convex queries on the client and server, providing supercharged performance for your Convex-powered applications. - beepbop-labs/convex-cache
0 Replies