DEV Community

Discussion on: Why the React community is missing the point about Web Components

Collapse
 
oenonono profile image
Junk

What problems do you think they're solving? And better solutions for what?

For scoping CSS? Shadow DOM is the ONLY solution that provides both bottom up and top down style encapsulation.

For extending HTML? React components only work in React components; not in HTML.

For application orchestration? Web Components don't and aren't trying to solve that.