Join Discord
Powered by
Hi there just a quick question. If i'm using nextj...
# help
y
YogurtDrinker
10/04/2021, 8:06 AM
Hi there just a quick question. If i'm using nextjs. Usually i would be putting my
supabaseClient
at the
_app.js
so every following page can use it right?
m
Mihai Andrei
10/04/2021, 8:47 AM
Hello. You usually put it in a lib folder and import it where you need it
Mihai Andrei
10/04/2021, 8:48 AM
You can check this repo:
https://github.com/supabase/supabase/tree/master/examples/nextjs-todo-list
y
YogurtDrinker
10/05/2021, 1:47 AM
I see got it. Thanks!
Previous
Next