Welcome to this short course on native Web Components.
The goal of this course is to help you understand how to implement Web Components with plain HTML, CSS, and Javascript.
After this course you will have learned the following about Web Components
-
How to create a Web Component with vanilla HTML and Javascript
-
How to define content
-
How to work with styles
-
How to add dynamic content
-
How to implement data-binding-like constructs
-
How to use inheritance and composition
-
And some other useful techniques...