Skip to content
Discussion options

You must be logged in to vote

yo, streaming to the server (like for big uploads) isn't really a "router" feature—it's more about native web APIs. u'd usually just do a fetch with a ReadableStream in the body or use standard FormData.

if ur using TanStack Start, u can handle that stream in a server function or a custom API route. the router mostly stays on the "getting data" and navigation side of things. ✌️

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by darklight9811
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants