Advanced tRPC - Callers, functions, and gSSP
I released another video about tRPC. This one is more in depth and aimed at advanced users. Topics include:
- How to call procedures from other procedures
- How to structure a large tRPC backend
- Different ways of getting data from tRPC in getServerSideProps and when to use each one
- What Callers should and should not be used for.