Handling React Routes with Apache and Express.js

As far as web servers are concerned, React routes are fake routes. They do not follow the traditional file/folder hierarchy. They’re just different components being mounted/unmounted by React at different times. Selling these fake routes as actual routes to Apache and Express.js is what this post is all about.

Preparing Your S3 Bucket to Host a Static Website Using AWS CLI

Your S3 bucket is more versatile than it actually looks. For one, it can host a static website with an actuall domain name. There are, however, a couple of steps to take before your static site is up and running. Let’s find out!