5 Replies
rival-black•4w ago
Server Functions | TanStack Start React Docs
What are Server Functions? Server functions let you define server-only logic that can be called from anywhere in your application loaders, components, hooks, or other server functions. They run on the...
robust-apricotOP•3w ago
I have this, I need a little bit more details, I'll try to look from examples..
thanks anyway
other-emerald•3w ago
which details are missing?
rival-black•3w ago
feel free to ask if you have any questions
robust-apricotOP•3w ago
Thanks guys for replying, at this moment, no direct question but if you compare documentation like for Query or Router, Start docks not that full. I know, Start is 90% of the Router, but more details of server functions and server only functions would be nice. Something like: how many arguments it will take, for what those are, what that function returns, does it provides some error handling or everything up to me.
I just start with TanStack libraries, amazing! Thanks for Tanner and all of you!