Luka
Luka
TtRPC
Created by Luka on 3/29/2025 in #❓-help
server calls alongside new react integration
Started migrating to new react integration. Before that I used to have a react client and a caller for server side calls. Was following create-t3-turbo on how they migrated and it seems like they dont have a caller anymore. Was wondering if i should just continue using the caller for the server side calls or there's a new alternative that i dont know of
5 replies
TtRPC
Created by Luka on 11/15/2024 in #❓-help
Client fails to infer drizzle data returned from a query
.
6 replies
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