Advanced
In reply to @yashkarthik
Greg@greg
11/6/2023

I never got into trpc - I can see the benefit but feels like a lot of config required to use it effectively Do you see it as still necessary with server actions, since you can get type inference directly from backend functions in react components?

dev
In reply to @greg
Yash Karthik@yashkarthik
11/6/2023

The app router makes trpc kinda useless but I'm still using the pages directory and its pretty good there Also, the t3 init takes care of the config

dev