Web Components are not a replacement for React. They are a thing you would use to build React if you were to do so today. To use only Web Components, you will be writing a lot of low-level code using the browser's API, or you will have to use a framework built on Web Components
troupo|2 years ago
No, you wouldn't. Very few JS frameworks (however new they are) use web components as their foundation for many, many, many reasons.
gitaarik|2 years ago