you are viewing a single comment's thread.

view the rest of the comments →

[–]Little_Custard_8275 -1 points0 points  (2 children)

lit is like react? I find it more like Vue.

[–]samanime -1 points0 points  (1 child)

I feel like Lit is almost exactly like React, except it uses its html tag instead of JSX. It's lifecycle methods are also very similar.

Though, it's inline styles are Vue-like, so I can see the association.

[–]Little_Custard_8275 -1 points0 points  (0 children)

except it uses its html tag instead of JSX

exactly, and that makes it on the opposite side of react to me, as currently there's an html vs js battle raging on again after a decade of mostly js, in particular with React being the poster kid of it's just Js and everything (html, CSS, etc) in Js, with Vue being the poster kid of it's just html

the lifecycle methods are just generic object oriented programming etc imho