|
|
|
|
|
by notoverthere
2612 days ago
|
|
Serverless backends tend to work quite well when paired with a Single Page Application on the frontend – e.g. Vue.js or React. That way your frontend can be served from a static host – e.g. S3 or GitHub Pages – almost instantly. And so the perceived performance of your application isn't harmed (as much as you'd think) by the latency of your backend, since other aspects of the application's interface can load and continue to be responsive. |
|
You've always been free to serve your static assets in any way you like, so I'm unclear as to how the way the backend is architected comes into play here.