Once you realize React doesn't work for complex components it loses its attraction. Web Components are conceptually way simpler and work well. See example:
I don't really see anything here that would be massively more complex in React. And besides, I've been hurt enough times by manual DOM manipulation to never want to do it again for interactive UI. It's a maintainability nightmare.