-
-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Is your feature request related to a problem? Please describe.
Currently the Supabase JS client feels like a simple wrapper around fetch
and postgrest. Notably it doesn't provide anything in the way of caching of data to reduce requests to the server on repeated queries, and patchy network support. This is in contrast to Firebase which provides all of this out of the box.
Describe the solution you'd like
Bake caching into supabase-js
so it's performant and robust by default, ideally with optimistic mutation support as well
Describe alternatives you've considered
BYO querying layer that supports caching and eager mutations, like react-query. Adds an extra layer of abstraction and complexity onto the client.
Additional context
N/A
soedirgo, Marviel, travjenkins, maurocchi, b2m9 and 41 morevhscom, lawrencecchen and xxRockOnxx
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request