Behind the Scenes: Webpack and Vite
Like every React beginner, I started with this:
npx create-react-app my-app
Quick confession: I thought NPX was some "express" version of NPM because of the 'X'. Turns out it actually stands for eXecute! NPM installs packages, whereas NPX just execu...
blog-sharanya.hashnode.dev5 min read
Sohan Shashikumar
Skills over Pedigree
Very informative! Was able to quickly revise webpack and vite fundamentals! Good job π