Ahmed Eid
Ahmed Eid
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
lazy loading routers for TRPC would be an ideal solution for us too.
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
it just need to be a /
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
@medv I believe trpc dot seperator was a blocker for me https://trpc.io/docs/rpc#accessing-nested-procedures it's not compatible with api gateway.
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
@sassythesasquatch_ pause looking into this for a while, will continue investigating.
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
the routes trick doesn't seem to be working ...
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
each router has 2 lambdas, 1 for queries and another for mutations.
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
No description
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
let me know what you think ?
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
No description
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
I'm not sure, I think lazy loading routes would be a much better approach than this, would you agree ?
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
but probably not the best approach IMO.
20 replies
TtRPC
Created by Ahmed Eid on 8/19/2023 in #❓-help
Is there a way to split a trpc api across multiple lambdas ?
hmm, interesting
20 replies
TtRPC
Created by 青木 on 6/4/2023 in #❓-help
How does trpc subscription actively close/disconnect in the server?
I'm not sure, but in my experience I found it closing the connection whenever the component unmounts.
11 replies
TtRPC
Created by 青木 on 6/4/2023 in #❓-help
How does trpc subscription actively close/disconnect in the server?
11 replies
TtRPC
Created by 青木 on 6/4/2023 in #❓-help
How does trpc subscription actively close/disconnect in the server?
but it's a good question if you're not using react.
11 replies
TtRPC
Created by 青木 on 6/4/2023 in #❓-help
How does trpc subscription actively close/disconnect in the server?
I believe you have to just unmount the component that uses useSubscription
11 replies
TtRPC
Created by Ahmed Eid on 6/4/2023 in #❓-help
Subscriptions
I'm able to listen to data with useSubscription hook, however I'd like to send data over the same websocket, is that possible ?
2 replies
TtRPC
Created by Mattèo on 1/4/2023 in #❓-help
React Native Usage
you can use TRPC with any RN project.
2 replies
TtRPC
Created by Ahmed Eid on 12/27/2022 in #❓-help
subscription
I thought I'd get some of the communities ideas.
13 replies