Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.7 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.7 KB

Advanced Webpack Workshop

Target Audience

Developers, designers and BQAs.

Key Learning Objective

This workshop will build on the introductory webpack workshop and provide more material to help the students futher increase their knowledge of webpack.

Why is this Workshop Relevant

Webpack has become the most popular javascript build-tool for new projects and familiarity with it is important for both existing and new web development projects. This workshop provides an opportunity to dive into some of the more involved aspects.

Prerequisites

This workshop expects either participants have already taken the introductory workshop (webpack workshop) or else they already have basic familiarity with webpack. Participants should also have basic knowledge of how Node and NPM works as well as some familiarity with Typescript.

To take this workshop, you will need to have Node 4 (or better) installed in your computer (hopefully with NVM) and the editor of your choice (VScode, Webstorm, Atom, etc.).

Exclusions

  • We will not be covering all the available loaders and plugins. We will focus on only some important ones.
  • We will not focus on build systems for a particular framework (Angular 2 or React).

Topics

  • Writing loaders and plugins. An introduction to writing webpack loaders and plugins (30 minutes)

  • Hot Module Replacement An introduction to webpack hot module replacement and lazy loading (15 minutes)

  • Tree-shaking. An introduction to tree-shaking with webpack (10 minutes)

Slides

To open the slides, go to the slides folder and follow the instructions found on the README.md file on how to start the webserver for Reveal.js.