You might not need shadow DOM

2020-04-23

When talking about webComponents, people tend to think that shadown DOM is a requirement. In fact, that is a misconception and if you don´t need shadow DOM, you don´t use it. It is not tied to webComponents and can be used by itself.

Read →