Core Coursework
(take these in order)
- +
Editor's Notes
This course walks you through everything you need to know to create custom build processes. Webpack 4 Fundamentals
Learn the core concepts of Webpack 4. Start from scratch by adding Webpack with npm and build up a pipeline with popular loaders from the Webpack ecosystem!- +
Editor's Notes
Performance is one of the main features of webpack to speed up your web applications. Web Performance with Webpack
Make websites load instantly using Webpack for lazy loading JavaScript with code splitting, removing unused code with tree shaking and prefetching assets.- +
Editor's Notes
If you want to build your own custom webpack plugins, check out the webpack plugins course.
Elective Coursework
Webpack Plugins System
Learn the Webpack 4 plugin system, tour the Webpack source code and learn to build custom plugins and custom Webpack loaders.