Month: May 2023
Use react query for state management. Sharing data across components. Example Use cases import { useQuery } from 'react-query'; const MyComponent = () =>...
Read more »
Get the user id of current active user in supabase. Supabase auth logged user's id get. Supabase next js code to get current logged...
Read more »