Creating React JS App using Vite 2.0
In this blog post I will explain what is Vite and how you can create new react js app using Vite It consists of two major parts A dev server that provides extremely fast Hot Module Replacement (HMR) A build command that bundles your code with Rollup Prior to the availability of ES modules in browsers, developers…