seb
seb
TtRPC
Created by seb on 4/18/2025 in #❓-help
trpc+solidjs
I've been happily using trpc v10 with solidjs. now that v11 is officially out, what's the best way to use trpc with solid? is the vanilla client + manual tanstack query integration the way to go?
2 replies
TtRPC
Created by seb on 6/17/2023 in #❓-help
Streaming responses (eg. for streaming ai chat completion text)
Hello! Has anyone used Vercel's ai package or any similar libraries which stream their responses with tRPC? I'm wondering what the best way to achieve a streamed response like that is while maintaining type safety. The trouble with useSubscription() is that it behaves more like a query than a mutation, so it would need to be called immediately when the component mounts rather than being triggered by some user action.
3 replies