|
|
|
|
|
by lomnakkus
3196 days ago
|
|
> it's ridiculous to claim that Web Components can stop the Framework Churn when they predate most of the frameworks How on Earth do you figure that? I'm well aware that e.g. the <video/> element is basically implemented as a Web Component in most (all?) browsers, but the reason people are excited is that it's now possible for non-browser developers to use Web Components and have those components work just like native elements. |
|
We were discussing Web Components at the time the Angular was getting popular and before React was even released.
> for non-browser developers to ... have those components work just like native elements
Honest question, how do Web Components help native developers in any way? Because from UI devs perspective, Web Components are useful only in a single edge case - when you must make sure than it's impossible for Cascading Style Sheets to cascade to your component.
For a developer, Web components are solving problems that almost no one has or that were solved better by React and Vue.