Can I create custom terminating links?
There are cases where a user of my application is offline and can't have access to the server. I'd like to call certain functions that would properly handle that case. My best guess would be inside the
On a high level, what I'm trying to do is a local-first/offline-first application with tRPC
Links. In that case can I create a terminating Link that would make that request return early without invoking the server?On a high level, what I'm trying to do is a local-first/offline-first application with tRPC