Alternatives
vs Graphql
Server Actions
Really cool how you can skip api layer. I believe this needs to mature more before using.
It ultimately may only be a fit for sites that don’t ever need a mobile or public api.
tRPC
t3 stack is a great starting point. Consider up front eventual need for real api for mobile, etc.
Client
Apollo Client
started with this but wanted something with smaller dependency size.
Server
Apollo Server
started with this but wanted something code splittable.