Zion
tRPC and vite serverless, are there any exmaples?
neat, I tried deploying serverless fastify in a monorepo and had lots of problems with making it run in dev or production, hope I wont have the same issues. does it matter if I use express or fastify? (as in, performance or whatever)
21 replies
tRPC and vite serverless, are there any exmaples?
ok thats cool, I assume vinxi isnt really production ready yet tho, from the version numbering.
I dont really mind having a stateful server like express/fastify, but where would I host it? the docs for it seems empty (in vinxi)
21 replies
tRPC and vite serverless, are there any exmaples?
I see that vinxi have their own router tho? (unless I didnt get the docs right), I really want a stack with tanstack router, a stack of vite-trpc-tanstack router with othert features from nextjs (ssr/ssg/isr and serverless - if possible) would be really powerful and full typesafety. seems like the vite vercel plugin takes care of it, no idea how to use trpc with it tho
21 replies
tRPC and vite serverless, are there any exmaples?
Yeah, I made a template with fastify and vite, it works well, but I'd like to have a solution I can host on vercel, and have ssr/ssg. the vite-vercel plugin seems good, but Im not sure theres a adapter for it
21 replies