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 file loader. Start from scratch and build a pipeline with popular loaders from the Webpack ecosystem. Read more! - +
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 by using the Webpack code splitting feature for lazy loading JavaScript by 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. - ⠇
JavaScript and TypeScript Monorepos
Monorepos have taken the JavaScript world by storm, unlocking powerful new patterns around composition, encapsulation, and ease of maintenance.