How to reuse fetchers across environments
According to React Bulletproof, the API layer is easiest to manage when there's a single client that works on both the client and server. That way, fetcher functions can be reused across environments.
I'm trying to do the same with Supabase, so is it possible to create one Supabase client that works in both the client and server environments?
Thank you,
0 Replies