S3 + CloudFront vs Nginx + Docker: Where Should You Host a React App?
If a React application becomes static files after npm run build, why do teams still package it inside Docker and serve it through Nginx? Let's compare S3 + CloudFront with Nginx + Docker and understand when each architecture makes sense.