DEV Community

Discussion on: It is ⌚time to ditch ReactJS or Angular and use better web standards like web components😍 part 1

 
lampewebdev profile image
Michael "lampe" Lazarski

Okay, thanks for the link!

I will read it!

Thread Thread
 
edelgado profile image
Enrique Delgado

I think that's a very good point; the abstraction layer. The link above puts it well:

We are told web components are basically new HTML elements, so we should consider them as part of the HTML specifications and, consequently, we should follow its paradigms, core concepts, and utilization. If we assume all of these points, we will figure out that our components will live among the lowest levels of the web platform stack, alongside HTML, CSS, and JavaScript.

Web Components seem to be at the leaf level of HTML documents. I don't feel comfortable when folks say that an entire SPA should be enclosed in a single Web Component.