Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Adekola Olawale 0effd71366
Add content to frontend roadmap (#2709)
2 years ago
..
100-webpack.md Add content to frontend roadmap (#2709) 2 years ago
101-esbuild.md Add Esbuild to "Esbuild" (#1106) 3 years ago
102-rollup.md Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797) 2 years ago
103-parcel.md Added resources for Parcel (#1133) 3 years ago
104-vite.md Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797) 2 years ago
readme.md Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797) 2 years ago

readme.md

Module Bundlers

A module bundler is a tool that takes pieces of JavaScript and their dependencies and bundles them into a single file, usually for use in the browser. You may have used tools such as Browserify, Webpack, Rollup or one of many others.

It usually starts with an entry file, and from there it bundles up all of the code needed for that entry file.

Free Content

Let’s learn how module bundlers work Module Bundlers Explained