• $149

Web Components

  • Course
  • 12 Lessons

Covering the set of 4 specifications that make up web components meta-specification and how we can use these to create new custom and reusable HTML tags for use in web pages and web apps. Web Components became super relevant to Shopify Theme Developers in 2021 when Shopify released a new default theme where a lot of the Javascript functionality was encapsulated in web components.

Contents

Introduction
Web Components - A Real Life Example
The 4 Web Component Specifications
Custom Elements Part 1
Custom Elements Part 2
The Shadow DOM
Slots and Templates
Customized Built-in Elements
ES Modules
Web Components in Practice - Part 1
Web Components in Practice - Part 2
Web Components in Practice - Part 3