Eilinis
Eilinis
TtRPC
Created by Eilinis on 3/14/2025 in #❓-help
AppRouter nested routers/procedures are any when imported in monorepo
fixed, needed to add composite: true in the api package as it was both used in web app for types and in api app.
3 replies
TTCTheo's Typesafe Cult
Created by fotoflo on 3/9/2024 in #questions
slow trpc query seems to be delaying render of non-dependant components
do you use batched trpc requests ? if so then only one request is sent instead of three and if the third request takes longer it makes them all take longer
8 replies