In this article I’ll show that the typical approach for deploying sophisticated static sites is not sufficient, and explain how we can apply the principles of Continuous Delivery to improve the situation. We’ll then walk through a worked example, building a fully functional continuous delivery pipeline for a single page React application. The rise of the static site The client-side capabilities of modern browsers have made great strides in recent years. We’ve also seen an explosion in P...