I see Web Components supporters pointing to libraries using Web Components, but they still essentially do what React does: make the user's browser do all the dynamic HTML generation. I believe THIS is a big reason why many web experiences are so bad - the browser really should be doing as little work as possible. It should do only what is necessary.
Generating HTML in a Web Component instead of React doesn't magically make a great experience for users.
https://ruby.social/@davetron5000/112524995926257463