Replies: 1 comment 3 replies
-
Vercel doesn't enforce the 12-Function limit for Next.js-based apps, which Blitz.js is based on. So you shouldn't need to worry about that :) Besides that, packaging up our code into fewer functions could bring some other improvements (e.g. batched query/mutation calls). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at the Vercel limit of "12 Serverless Functions Created per Deployment". It seems a sizable Blitz app with, say, a half-dozen tables and corresponding mutations, would surpass this easily.
Would it make more sense to combine all mutations into one serverless function?
Beta Was this translation helpful? Give feedback.
All reactions