Custom Elements, event listener and this01 Feb 2021
I use Custom Elements a lot. I also like to use .bind(this) in Custom Element event listeners for several reasons. Why this can be a problem if the event listener needs to be removed and how a workaround could look like, i will explain in this post.
The failed promise of Web Components20 Oct 2020
Lea Verou has written a great article about the failed promise of web components and how this could possibly be fixed.
Declarative Shadow DOM14 Oct 2020
There is a new way using the Shadow DOM API for Self-Containing Web Components: the declarative Shadow DOM for Server Side Rendering