▲ | WA 8 hours ago | |||||||
I get your point. I'm fully with you that it makes no sense to use React and write React apps if you can achieve the same without React. I hate the fact that many great frontend components only work with React, especially considering that React didn't properly support Web components for ages, whereas almost every other framework had no problems with them. However, out of the box, Web components don't come with almost anything. Comparing React to Web components is comparing apples to oranges. Lit is great, but Lit is a framework. Now you're comparing React with Lit. Different story than React vs. vanilla Web components. | ||||||||
▲ | spankalee 4 hours ago | parent [-] | |||||||
Lit is not a framework. Lit only helps you make standard web components that you can use anywhere *because they are web components*. You could take a Lit-based web components a rip Lit out and you would still have the same component that you can still use anywhere. Lit is just an implementation detail. | ||||||||
|