Skip to content

AndreasGalster/udemy-webcomponents-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udemy-webcomponents-course

This contains the learning materials of the Udemy course on webcomponents with lit-html & redux.

You are free to follow this course without buying the course on Udemy, each folder contains a readme with instructions. However, I appreciate the support, you can buy the course at a discounted price of $9.99 via this promo link. Buying this course helps me support myself and enables me to add additional chapters to it.


Some of the topics covered in the course are:

  • Fundamental theory behind webcomponents, why they were invented and how it compares to other frameworks
  • An optional bonus chapter on important ES Next features used in the course
  • A coding chapter on vanilla webcomponents where you'll be writing a small app without any library
  • Afterwards we'll refactor our app to use lit-html & lit-element, which makes writing webcomponents easy, fun & efficient
  • Before continuing you'll learn how to add unit & end-to-end tests to your webcomponents apps and run tests automatically when pushing to GitHub



Cloning the course

To get started, clone the course via the command below in your terminal / bash.

git clone git@github.com:AndreasGalster/udemy-webcomponents-course.git

Alternatively you can use the green download button on the top right of the page.



Navigating the folders

Each folder corresponds to one chapter in the course. Every video contains a start and an end folder. If you need help you may try to go to the end chapter to see how things work.



Installing dependencies

Don't forget to install npm dependencies when you go to a new chapter. Starting with the lit-html chapter, every folder contains a package.json. To install the dependencies, either type in npm install or yarn.



Getting help

If you have questions about webcomponents, feel free to ask via Udemy or join the Polymer slack to ask me directly. My name on the slack is @andreasgalster

About

This contains the learning materials of the Udemy course on webcomponents with Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published