Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Web Components & Stencil.js - Build Custom HTML Elements
Bestseller
Highest Rated
Rating: 4.9 out of 5(3,929 ratings)
19,753 students

Web Components & Stencil.js - Build Custom HTML Elements

A Complete Introduction to building Custom HTML Elements/ Web Components with and without StencilJS
Last updated 11/2023
English

What you'll learn

  • Build your own re-usable HTML elements that you can use in your own projects or share with other developers
  • Overcome the limitations of the built-in HTML elements with the power of HTML, CSS and JavaScript only

Course content

10 sections144 lectures8h 48m total length
  • Introduction1:38

    Welcome to the course! Let me introduce myself and give you a rough overview of this course, in this lecture.

  • Web Components - A Quick Demo6:30

    What are "Web Components"? You understand them best, if you see them in action - so time for a quick web components + custom HTML elements demo.

  • What are Web Components3:22

    We saw web components in action - what exactly are web components then? How did that demo work? Let's dive into the important theory in this lecture.

  • Join our Online Learning Community0:22

    Learning alone is absolutely fine but finding learning partners might be a nice thing, too. Our learning community is a great place to learn and grow together - of course it's 100% free and optional!

  • Why Do We Use Web Components?3:05

    We know what Web Components and Custom HTML Elements are - why would we use them? In this lecture, I'll give you some ideas!

  • Comparing Web Components & Frameworks6:15

    Do web components replace Angular, React.js or Vue.js? Are custom HTML elements better than JavaScript frameworks? Let's explore that question in this lecture!

  • Course Outline2:46

    We got the theory out of the way - time to now understand what's in this course. Here's an overview of the course content and the order in which it is presented.

  • How To Get The Most Out Of The Course3:04

    It's important to me to ensure that you're getting the most out of this course! So here are some tipps & tricks regarding how you should use the course content.

Requirements

  • Basic JavaScript knowledge is required (base syntax, DOM basics, objects basics)
  • ES6+ JavaScript knowledge (classes etc) is a plus but not a must-have

Description

Let's face it: You got hundreds of HTML tags to choose from but some really helpful ones (<tabs>, <side-drawer>, <modal>, ...) are missing.

What if you could build your own HTML tags? 

Without frameworks like Angular, libraries like React or expert JavaScript knowledge in general. Just with a magic, native-JavaScript feature called "Web Components" (or "custom HTML elements").

Web Components are a combination of various specifications that are baked into the browser. Getting started with these features is a breeze and you'll quickly be able to build your own powerful and re-usable (even across projects!) custom HTML elements.

Such custom elements don't replace Angular, React or Vue though - instead you can easily use them in ANY web project, including projects using such frameworks and libraries.

In this course, you'll learn this from scratch.

But we won't stop there. Whilst getting started is fairly easy, more complex components will be more difficult to create. Stencil.js is a tool that makes the creation of such native web components much easier by using modern features like TypeScript and JSX (don't know that? No worries, you'll learn it in the course!).

In detail, in this course you will learn:

  • how to build re-usable, lightweight custom HTML elements with native browser features

  • how to build web components of all complexities - from a simple tooltip to modals or side drawers

  • how to pass data into your own web components and use it there

  • how to emit your own custom events which you can listen to in JavaScript

  • how to use the Shadow DOM to scope your CSS styles to your custom elements

  • how to use Stencil.js to get a much easier development workflow

  • how to use the many features Stencil.js provides to build native web components way more efficiently

  • how to deploy/ re-use your own web components in ANY project using ANY JavaScript framework like Angular, React or Vue (or none at all!)

Prerequisites:

  • Basic JavaScript knowledge is a must-have

  • ES6 JavaScript knowledge (const, let, classes, ...) is strongly recommended but not strictly required - a brief refresher is provided as part of the course

  • NO JavaScript framework knowledge (e.g. Angular, React, Vue) is required

  • NO TypeScript or JSX knowledge is required

Let's dive into this exciting technology together!

Who this course is for:

  • Everyone who's interested in building custom HTML tags!
  • Students who want to dive into a future-proof web technology that can be used in any web app