Tony
Explore posts from serversRPC types not working well inside a monorepo
I have a monorepo setup with
packages/api
for my hono api and app/www
for the client code. I have set up rpc well but i am getting Type instantiation is excessively deep and possibly infinite.ts
. I have tried the following
- I have set strict
to true on both my api and client package
- have set composite
true in my api package and set path reference in my client package.
The above two helped to infer the types in the client from unknown to actual types but now its giving the type instantiation error.
Also my routes are chained and splitted accordingly like this
now getting the type error here
114 replies
TTCTheo's Typesafe Cult
•Created by Tony on 8/11/2024 in #questions
Server side data fetching based on input from a client

3 replies
TTCTheo's Typesafe Cult
•Created by Tony on 1/17/2023 in #questions
Image upload using prisma + trps
I am working on a project which involves uploading images using trpc and prisma,. In case you have done it before, plz link up your repo and I'll try to figure how you did it. Tried a little bit of googling, but didnt get it well
6 replies
TTCTheo's Typesafe Cult
•Created by Tony on 12/28/2022 in #questions
AuthSession in T3 boiler plate not working when fetching data in SSG with tRPC

16 replies
TTCTheo's Typesafe Cult
•Created by Tony on 12/20/2022 in #questions
Astro Not Working on Vercel

2 replies
TTCTheo's Typesafe Cult
•Created by Tony on 12/1/2022 in #questions
Deploying the t3-App on Vercel

15 replies
TTCTheo's Typesafe Cult
•Created by Tony on 11/16/2022 in #questions
Achieving Best Web Vitals [Performance Side].
I am looking for mental models / best practices when buidling web apps that have the best web vitals
I am more interested in the Performance side. i.e FCP, Total Blocking Time, Speed Index, and Largest Contentful Paint.
3 replies
TTCTheo's Typesafe Cult
•Created by Tony on 10/3/2022 in #questions
Getting into tRPC !
Have been in the front-end land [NextJs, React, Tailwind] for a while now and I want to give a look at tRPC. I know I can read the docs but my learning curve is best once I start with video, articles then Docs. If you can share the link, would appreciate a ton
19 replies