You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Add "how to" for bundles] encountering lot of users having challenges with js bundles, which address the browser, we need to have a guide of how to bundle with "server only" packages.
#3196
Open
avifenesh opened this issue
Feb 17, 2025
· 2 comments
Encountering many users having challenges with JS bundlers, which address the browser, we need to have a guide of how to bundle with “server only” packages.
Example of issues:
Esbuild: #3195 #3147
Next.js: #3089
The text was updated successfully, but these errors were encountered:
As discussed over Slack, specifically when it comes to Serverless cases we could have best practices and guidelines for:
Build/bundling
Run-time
Run-time includes best practice optimizations such as creating the Glide object at the global scope instead of the handler scope to avoid Client object re-construction + session establishment per handler call for a warm lambdas/functions resulting in reduced load and latency (as recommended for example by AWS / GCP), and maybe more.
Description
Encountering many users having challenges with JS bundlers, which address the browser, we need to have a guide of how to bundle with “server only” packages.
Example of issues:
Esbuild:
#3195
#3147
Next.js:
#3089
The text was updated successfully, but these errors were encountered: