Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 405 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 405 Bytes

Server Actions with tRPC

I've seen a lot of people confused about how to use tRPC with Server Actions. Made some examples to compare so you can get an idea of how you should (and shouldn't) use them.

Also, read this great blog post by Sebastian, the Data Access Layer stuff is very relevant here (as tRPC makes a great data layer).