Best practices with Supabase
Unanswered
caique posted this in #help-forum
caiqueOP
What are the best practices to reuse some queries from supabase on multiple pages/components for both server and client components? Is it recommended to use with useSWR? And for server components? Can I abstract it to a service layer?