Why your React App is so FAST (just like the Flash guys from TBBT above😜) & Optimised? Is it just React which does all this? The Answer is NO. Let's see how ✍🏻 Our Production code, we need it to be: Minified (removing comments, etc) Compressed b...
As Akshay Saini says, "Parcel is a BEAST!" It is ACTUALLY a Beast. It makes a Web Developer's Life easy. I recently joined Namaste React Course by Akshay Saini. He is a Splendid teacher. There is an episode of the Namaste React Course called Igniting...
What is a parcel? Parcel is a module bundler. A module bundler is a tool that takes multiple JavaScript or CSS files and their dependencies and combines them into a single, optimized file (or sometimes multiple files) for use in a web application. ...