Chen
Explore posts from serversHow does it work under the hood when I deploy a NextJS app with serverless functions?
I've deployed a Next13 app router project to Railway, and it worked surprisingly well without any hiccups.(funny, i can't seem to deploy to vercel for)
So Vercel takes the API routes and turns them into serverless functions, I"m not too familiar with how that works under the hood.
To my understanding, Railway does not do that, so what's happening under the hood? Is there a persistent express server or something?
14 replies
TTCTheo's Typesafe Cult
•Created by Chen on 6/8/2023 in #questions
how should i think about trpc with NextJs 13 server actions?
I've been using server actions and it feels like writing trpc functions.
Except, there is no react query in the clientside.
I suppose I can tie them together and it'll be even more like trpc?
what do u guys think about that?
3 replies