vildantursic
vildantursic
TtRPC
Created by vildantursic on 10/6/2023 in #❓-help
Cancel useQueries with single function
Hey, nope, not yet
5 replies
TtRPC
Created by <DxD/> on 10/9/2023 in #❓-help
trpc Pagination
Hi, I haven't had that usecase but I was mostly refering to Tanstack React Query docs, whatever you do with react query you can do with TRPC wrapper. I would pass query params to trpc route (page, limit) and do logic in trpc route and keep (page and limit) on client. This might help https://tanstack.com/query/v4/docs/react/examples/react/pagination
6 replies
TtRPC
Created by msmps on 1/26/2023 in #❓-help
Audit logging middleware?
@msmps have you found anything interesting? I am also having same requirement and trying to figure out best solution 😄
4 replies
TtRPC
Created by vildantursic on 9/17/2023 in #❓-help
useQueries passing ctx data to splitLink not working
Note: This way of passing data to splitLink works on useQuery
4 replies