create-react-app vs Vite | 180 seconds

create-react-app vs Vite | 180 seconds

Understand the key differences between create-react-app & Vite in under 180 seconds. Timestamps: ### 00:00 In this video 00:09 Topics 00:21 Intro 00:39 Project Creation Steps | CRA 00:58 Project Creation Steps | Vite 01:24 Project Creation Time | CRA vs Vite 01:40 Project Size | CRA vs Vite 01:52 Project Build Steps | CRA vs Vite 01:58 Project Build Time | CRA vs Vite 02:06 Project Build Size | CRA vs Vite 02:28 Reason for the vast difference | CRA vs Vite 02:42 Verdict 02:53 Fun Fact 03:04 Outro Links in the Video (in the order of appearance): ### https://reactjs.org/docs/create-a-new... https://vitejs.dev/ https://vitejs.dev/guide/ Commands in the Video (in the order of appearance): ### npx create-react-app cra-demo npm init vite@latest vite-react-demo --template react cd vite-react-demo npm install vite-react-demo Measure-Command {npx create-react-app cra-demo} Measure-Command {(npm init vite@latest vite-react-demo --template react) ; (cd vite-react-demo) ; (npm install --verbose)} npm run build Measure-Command {npm run build} ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Free Motion Graphics Video used:    • Rounded Neon Multicolored lines Animation ...   YouTube Channel:    / mg1010   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ #CreateReactApp #ViteJS #ReactJS #RecentGraduate