Hacker News new | ask | show | jobs
by JacksonGariety 1282 days ago
The graphic is misleading:

- You can easily do prerendering and asset packing in the frontend build step

- You don't need MVC on the backend

- You can use a third party for authorization

- Frontend can just be a React app

- VirtualDOM doesn't add any complexity in addition to the frontend View

- You don't need MVC on the frontend

- Frontend can fetch data from the API and cache it with cache-control header

The simplest setup is actually to host a React app from an S3 bucket and use Lambda / Cloud Functions to respond to network requests.

1 comments

> The simplest setup is actually to host a React app from an S3 bucket and use Lambda / Cloud Functions to respond to network requests.

You'd have to pry my monolith-on-a-vps out of my cold dead hands before you can call that the simplest setup.