Hybrid application with offline and online mode setup with tRPC
Hi, I was wondering if I could setup tRPC in way that one http link is using local API (for offline mode) and another uses online http link for when user logs in and connects to online service.
What would be best setup, is it fine if I use
splitLink
in this case.
Is tRPC ment for this kind of setup.
Thanx0 Replies