|
|
|
|
|
by colinmcd
1508 days ago
|
|
Basically tRPC lets you define a router containing all your endpoints in a single structure. Then you can import the type definition of your router and make typed API calls without needing to wire everything together with types. |
|