T
tRPC
Change Theme
Search Answer Overflow
Login
DevThoughts
Posts
Comments
T
tRPC
•
Created by DevThoughts on 11/22/2023 in
#❓-help
TRPC with react query, getting error twice?
When i am try to show TRPC error in the client side with react-query, i am getting error twice from ...batch=1&....., any idea?
1 replies
T
tRPC
•
Created by DevThoughts on 4/23/2023 in
#❓-help
Delete item {0: {json:{id: 12324}}}
17 replies
T
tRPC
•
Created by DevThoughts on 4/20/2023 in
#❓-help
where is useQuery [key]?
Learning trpc, i use to tanstack with queryKey, can not find how that works with trpc, if i want to revalidate my query?
const query = useQuery({ queryKey: ['todos'], queryFn: getTodos })
7 replies
T
tRPC
•
Created by DevThoughts on 4/19/2023 in
#❓-help
Nextjs http endpoint (no prisma)
I have simple pages/api/todoEndpint how do i call this endpoint with trcp? I don't want to use prisma?
9 replies