New to tRPC and Need Help with Basics
I made a new T3 app, but I don't quite understand how tRPC works, and I would love to get some help and insight in this. If you could get on a call with me on Discord, I would appreciate that more because then I could share my screen and get more help and information out of the conversation. Let me know if you're available.
4 Replies
Don't be afraid to ping me if you're able to help
I don't mind pings
Have you been through the quickstart guide?
It's not perfect, but we just merged some big improvements to it
There is also some youtube content from a couple creators
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I didn't find it as helpful as I thought I would
I'm primarily interested in how I can validate the
z.object({z.string})
validation using the API endpoint call localhost:3000/api/trpc/example.hello?input={text:'hello'}
, but URI encoded. Please help me out.