Label each method for client or server #36081
Unanswered
hawarhekmat
asked this question in
Feature Requests
Replies: 4 comments
|
Hi @hawarhekmat - Have you got some example pages where to add these labels? |
0 replies
https://supabase.com/docs/reference/javascript/select next to fetch data add if this method is only (client or server) and so on for each of them |
0 replies
|
@hawarhekmat Hi |
0 replies
|
Hi everyone, due to inactivity on this issue I've moved the issue over to discussions/enhancements. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
in the documentations there is no way to tell the method is for server or client or both, so sometimes it will be hard to write code, like in the nextjs server actions. Sometimes when writing down the client only code in the server actions it works but it doesn't do anything and sometimes it won't work so finding the problem it will be hard without knowing if the code only supports client or server.
All reactions