There is no better way to showcase your projects and apps than having a deployed version of them. One of the ways of doing this is using GitHub Pages, which host your app directly from your project repository. It is free and easy to use and maintain. React projects bootstrapped with Create React App are even easier to deploy with GitHub pages.

The app deployed using GitHub Pages have default URLs like {username}.github.io/{repository-name}, but what if you want to change the domain? In this guide you will learn how to add custom domains to your React apps hosted with GitHub Pages.

This guide assumes you have already deployed your React app with GitHub pages and have purchased a Custom Domain.

#react #github

Using Custom Domains for React Apps Deployed to GitHub Pages
2.20 GEEK