Methods other then GET and POST in createServerFn
Does tanstack start plan to support HTTP request methods other then GET and POST for createServerFn in the future? Or is there a reason it only supports these two?
1 Reply
extended-salmon•11mo ago
If we add support for making functions public via pathnames, we’ll support them all. As long as they are private though it’ll stay this way.
Unless you have a good use case otherwise