Home

Awesome

Supabase Cache Helpers

Supabase Cache Helpers

A collection of framework specific Cache utilities for working with <a href="https://supabase.com" alt="Supabase" target="\_parent">Supabase</a>.

<a href="https://github.com/psteinroe/supabase-cache-helpers/actions/workflows/ci.yml"><img src="https://github.com/psteinroe/supabase-cache-helpers/actions/workflows/ci.yml/badge.svg?branch=main" alt="Latest build" target="\_parent"></a> <a href="https://github.com/psteinroe/supabase-cache-helpers"><img src="https://img.shields.io/github/stars/psteinroe/supabase-cache-helpers.svg?style=social&amp;label=Star" alt="GitHub Stars" target="\_parent"></a> codecov

Introduction

The cache helpers bridge the gap between popular frontend cache management solutions such as SWR or React Query, and the Supabase client libraries. All features of postgrest-js, storage-js and realtime-js are supported. The cache helpers parse any query into a unique and definite query key, and automatically populates your query cache with every mutation using implicit knowledge of the schema. Check out the demo and find out how it feels like for your users.

Features

With just one single line of code, you can simplify the logic of fetching, subscribing to updates, and mutating data as well as storage objects in your project, and have all the amazing features of SWR or React Query out-of-the-box.

And a lot more.


View full documentation and examples on supabase-cache-helpers.vercel.app.

<br />

📦 Packages

The cache helpers are split up into reusable libraries.

Primary Packages

Shared Packages

These are not meant for direct usage.

Each package/app is 100% TypeScript.

❤️ Sponsors

<table> <tr> <td align="center"> <a href="https://hellomateo.de"> <img src="https://avatars.githubusercontent.com/u/72967210?s=200&v=4" style="width:100px;border-radius:50%" alt="Mateo" /> </a> <br /> <b>Mateo</b> <br /> (we are <a href="https://twitter.com/psteinroe">hiring</a>!) </td> <td align="center"> <a href="https://supabase.com/"> <img src="https://avatars.githubusercontent.com/u/54469796?s=200&v=4" style="width:100px;border-radius:50%" " alt="Supabase" /> </a> <br /> <b>Supabase</b> <br /> <a href="https://supabase.com">https://supabase.com</a> <br /> </td> <td align="center"> <a href="https://github.com/Marviel"> <img src="https://avatars.githubusercontent.com/u/2037165?v=4" style="width:100px;border-radius:50%" " alt="Marviel" /> </a> <br /> <b>Luke Bechtel</b> <br /> <a href="https://github.com/Marviel">@Marviel</a> <br /> </td> </tr> </table>