AbortControllers with server functions
I went through the guide to start a project from scratch and then went to read the docs on TanStack Router. One of the examples in the TanStack Router docs showed how loader functions receive an AbortController object so the signal can be passed to a fetching function to cancel the network request. Do we need to worry about passing an AbortSignal to server functions?
0 Replies