Matt Meigs

Obsidian - Deno's first native GraphQL caching client and server module

by

Obsidian is Deno's first native GraphQL caching client and server module. Boasting lightning-fast caching and fetching capabilities alongside normalization and destructuring strategies, Obsidian is equipped to support scalable, highly performant applications.

Add a comment

Replies

Best
Kyle Combs
Finally! GraphQL caching in Deno! Can't wait to give this a shot!
Matt Meigs
We just released Obsidian v1.0 - Deno’s first native GraphQL caching library, boasting client and server-side caching capabilities. Excited to be contributing to the land of Deno! My team and I realized Deno didn’t have a native caching library for GraphQL so we decided to create one! Obsidian takes advantage of SSR React apps to build a dynamic, relational cache on the client and server to provide more control to the developer, lightning-fast performance, and more possibilities for optimization between the two in the future. Our Deno module is available at https://github.com/oslabs-beta/o... Visit our website - http://obsidian.land/ - for in-depth documentation! We’d love to hear your thoughts!