|
|
|
|
|
by tomnipotent
1424 days ago
|
|
At the end of the day, even when it's running sever-side or on the edge, it still all exists to deliver a front-end experience. Vercel makes delivering such an experience more palatable. This includes isolated environments that can easily be shared and a CDN-as-default deploy model. It's like someone sprinkled a little Heroku magic on a specific front-end deployment workflow. |
|
Granted, the Vercel edge network is amazing, but Google routes internal requests way way faster than the edge can communicate with Google's infra.
Vercel is great for things that aren't stateful and for automagic build configuration and asset serving. But not great for anything needing a DB.