FeatureFuel
1

React Hooks

Source: supabase/supabase#726 · opened by @cdedreuille
From the Slack clone example, I can see that in order to get realtime data from Supabase, you are creating a listener and then if there's a new row added you're concatenating the new row with the existing one. While this is pretty simple to understand, I wonder if there is a simpler way to do this?

Firebase has the .onSnapshot() method with the listener built-in.

Is this something you are planning to do? Or is there a Reac Hook that simplifies Supabase queries out there?

I'm mostly using react-firebase-hooks right now to query Firebase on my Nextjs app.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests