Identifying the Root Cause Our team faced unexpected bugs during the UAT phase despite thorough testing in the previous stages. While frustrating, this occurrence reminded us that UAT often exposes issues missed in earlier testing phases. It’s vital to thoroughly investigate the underlying causes of such bugs to enhance ourContinue Reading

Environment variables is of the best ways to differentiate/decouple between react and it’s server side dependency. In order to do so let’s take webpack as an example and download dotenv for webpack with npm or yarn: yarn add –dev dotenv webpack-dotenv or npm install dotenv webpack-dotenvĀ –save Add the following codeContinue Reading