Comment by WA
React made reactivity popular. Web components don’t give you reactivity. You still tell the UI how to update based on state changes imperatively and that is annoying as hell.
If you want reactivity in web components, you need a wrapper or another framework/small library.