Luka
Luka
Explore posts from servers
TtRPC
Created by Luka on 7/12/2024 in #❓-help
failed to parse json
No description
5 replies
TtRPC
Created by Luka on 7/1/2024 in #❓-help
TRPC with Turborepo Nextjs
Do you guys usually put trpc inside the nextjs project or have it outside as a separate package/service? I've seen some people put the whole trpc in a package of its own and just import the api object in nextjs from the package. wondering what are the advantages and disadvantages of the either way
3 replies
TtRPC
Created by Luka on 5/17/2024 in #❓-help
how do you guys start a standalone trpc server?
settings up ts alone and express afterwards seems a bit of a hassle. wanna know if there is an easy way of doing it
3 replies
TtRPC
Created by Luka on 11/29/2023 in #❓-help
React Query client and caller client under one object
Would love to know if it is possible to have caller and react query clients under one object? I feel like it would be great to go api.cart.getCartItems() in server components that would utilise caller and api.card.getCartItems.useQuery() in client components.
5 replies
TtRPC
Created by Luka on 11/11/2023 in #❓-help
Merging two clients into one
No description
13 replies