Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build lightning fast web components apps for any framework
Rating: 4.3 out of 5(80 ratings)
444 students

Build lightning fast web components apps for any framework

Learn how to create reusable components that work in every modern framework
Created byAndreas Galster
Last updated 4/2019
English

What you'll learn

  • You will learn the webcomponents spec: Templates, Custom Elements, Shadow DOM, ES Modules
  • You will learn to build re-usable components without any library
  • You will learn protips on how to use webcomponents in real-world scenarios
  • You will learn to build a complete app with four components
  • You will learn to use new CSS pseudo selectors for shadow DOM
  • You will learn to use webcomponent state management & communication

Course content

4 sections37 lectures4h 2m total length
  • Join the webcomponents Facebook community2:04
  • What are webcomponents?2:52
  • How component systems evolved until webcomponents came along9:14
  • What do I get from learning webcomponents?2:38
  • The four parts of the webcomponents spec in a nutshell14:25
  • When to choose webcomponents & when to avoid them3:01

Requirements

  • Basic HTML, CSS & JavaScript knowledge is required
  • Bonus chapter on JS features used in the course included
  • No prior webcomponents knowledge required
  • Prior experience with component systems a plus but not mandatory

Description

A lot of aspiring developers and even experienced frontend developers tend to get hung up on the complex dependencies and setup requirements just to get started writing web applications. Not with this course. The first coding chapter uses no libraries at all and the rest of the course uses easy-to-use boilerplate templates for you to get started with.

This course showcases a new standard called web components, which allows us to write re-usable and framework agnostic components without the need of any tooling or libraries. You'll be able to write your own lightning fast web component powered apps or build single components to drag & drop into your existing projects, independent of what framework you're using.

Web components work with Angular, React, Vue and many more frameworks out of the box.

This course goes well beyond the basics of web components by teaching real-world best practices for efficiently building web apps. Whether you're a beginner or have existing experience with web development, I've made sure to pack the course full with my years of experience building products the right way. Topics include:


Web components basics:

  • The theory and concept behind web components and all four parts of the spec

  • How do define custom elements and deal with the lifecycle of a component

  • Managing state and rendering to the shadow DOM

  • Different concepts on how component communication can be managed

  • Introduction to new CSS pseudo selectors for web components like :host or ::slotted

  • Building your first app with the technologies mentioned above


Real-world automated tests via ESLint & Karma

  • Implementing linting vis ESLint

  • Setting up prettier for automatic code-formatting

  • Unit and integration testing via Karma

  • Setting up Istanbul for code coverage reports

  • Setting up CircleCI for Continuous Integration, so tests run with every push to your repo

  • Setting up slack notifications for failed and fixed tests

  • Adding CI badges to your repos to highlight the status of your tests


After taking this course, you’ll have a solid foundation in the fundamentals of the web components standard, and will be confident enough to build production grade apps powered by web components.


Who this course is for:

  • Beginner webdevelopers wanting to learn the hottest frontend trend in 2019
  • Beginner or advanced developers with existing frameworks knowledge (React, Angular, Vue, etc) who want to try webcomponents
  • Advanced developers who want to integrate webcomponents in their existing workflows and frameworks