-
Is there a way to use a router with actionable handlers? Like a mix of server actions and the router. |
Beta Was this translation helpful? Give feedback.
Answered by
unnoq
May 25, 2025
Replies: 1 comment
-
I don't think this is supported by the server action design. oRPC "server actions" are just function-like - nothing more, nothing less. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
naquiroz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this is supported by the server action design. oRPC "server actions" are just function-like - nothing more, nothing less.