Nov 28, 2021Publish a React App to IPFS using FleekTo recap what IPFS is, you may read this article. This article will guide you through the simple few steps to deploy your Single Page App (React App in our case) to IPFS. First of all, you need to have a React app ready. If you don’t have one on…React2 min read
Nov 21, 2021A Brief Introduction to IPFSWhat is InterPlanetary File System (IPFS)? The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. With this fancy name, IPFS has an ambitious goal to make the web becomes completely distributed on a peer-to-peer network. …Ipfs3 min read
Nov 1, 2021Host React app with GitHub Page for freeWe all would love to make the app accessible to the world! But what if I don’t want to pay for hosting my web app? Thanks to the generous development community, there are lots of free hosting service providers. One of my favourites is GitHub Page! Before we start… Please ensure that you…Github Pages3 min read