Mini
Mini
Explore posts from servers
TtRPC
Created by maddest on 2/23/2024 in #❓-help
Unable to use caller, in frontend bcz i dont have access to req and res objects
just drop req/res in createContext. it doesn't deps on anything
3 replies
TtRPC
Created by Paddy on 1/10/2024 in #❓-help
Node 20, NPM: Send form values to DB with tRPC?
Call mutation in form onSubmit event Maybe you need map it’s schema
5 replies
TtRPC
Created by Mohammed Anas on 1/9/2024 in #❓-help
client side Validation with ZOD
there is some few cases, like want check validate and show error message when value is changed, it must required client side validation. (Mostly for ui/ux features)
12 replies
TtRPC
Created by haardik | LearnWeb3 on 1/2/2024 in #❓-help
Including multi-tenant config into tRPC context
why not just use middleware for page, check domain for tenant in create context?
6 replies
TtRPC
Created by Mohammed Anas on 1/9/2024 in #❓-help
client side Validation with ZOD
you can share zod schema with client/server
12 replies