Rami
Rami
TtRPC
Created by Rami on 3/23/2024 in #❓-help
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 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
6 replies
TtRPC
Created by Rami on 3/23/2024 in #❓-help
I want to use tRPC but I don't want a server
Can I have tRPC exclusively run on the client? I don't want to have any servers. The architecture and DX is just that good 😮‍💨
1 replies