Remix.run Logo
WA 11 hours ago

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.

spankalee 2 hours ago | parent [-]

There are plenty of web component helper libraries that give you reactivity. Reactivity is an implementation detail.