Web Components

Web Components

4 hours, 3 minutes CC

Web Components are used to define custom, reusable HTML elements. They help you break your code into smaller chunks, build design systems, and ship less code while doing it! Learn where to find excellent Web Components to build web apps. You’ll also learn how to create your own custom components using JavaScript and libraries like Lit that will help you make them faster!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: May 17, 2022
Get Unlimited Access Now
Table of Contents

Introduction

Overview

Using Components

DOM

JS Libraries

Building a Web Component

Wrapping Up