-
Server Action is http call itself, will there one more http call to orpc router/server if orpc handler is used as .actionable() ? |
Beta Was this translation helpful? Give feedback.
Answered by
unnoq
Feb 23, 2025
Replies: 1 comment 1 reply
-
No, when using an oRPC procedure as a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ReDev1L
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, when using an oRPC procedure as a
server action
, it's just a regular function. In Next.js, for example, it's called directly without triggering an additional HTTP request.