Jökull Sólberg
Jökull Sólberg
TtRPC
Created by itsravenous on 5/16/2023 in #❓-help
Typing a shared TRPC provider for testing
Ended up putting the code in src but in the package root I have index.ts that exports everything I want to make available. Super simple tsconfig. I'm sure there's another way but I gave up.
9 replies
TtRPC
Created by itsravenous on 5/16/2023 in #❓-help
Typing a shared TRPC provider for testing
I have this exact problem!
9 replies
TtRPC
Created by Son on 11/9/2022 in #❓-help
zustand + trpc (basic data fetching)
I would also perhaps advise against this pattern ... the react-query cache is as global as zustand, so why not use that instead? Maybe I'm missing something 🙂
4 replies
TtRPC
Created by Wezter on 10/30/2022 in #❓-help
Serving clients in another repository?
monorepo is the way to go - if not, then yes, publish a private package or just good old copy paste
3 replies