Deploying a Client-Side Rendered create-react-app to Microsoft Azure

1 · CSS-Tricks · May 10, 2019, 7:54 p.m.
Deploying a React app to Microsoft Azure is simple. Except that... it isn’t. The devil is in the details. If you're looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — to Microsoft Azure, I believe this article will serve you well. We’re going to try to avoid the headaches of client and server side routing reconciliation. First, a quick story. Back in 2016, when Donovan Brown, a Senior DevOps Program … Read article Th...