←back to thread

277 points merqurio | 1 comments | | HN request time: 0.246s | source
Show context
o_m ◴[] No.45113665[source]
I don't see the need for Lit anymore. Lately I have just been raw dogging web components without any libraries. Having a nice templating system like JSX on the server makes it a breeze.

Part of using web components, for me, is that it is just javascript. There is no upgrades or deprecations to think about. Of course those things still exist on the server though, but it is easier to maintain it there.

replies(3): >>45113699 #>>45114073 #>>45116966 #
1. jfagnani ◴[] No.45114073[source]
The great thing about web components is that you can build them however works best for you.

Native web component APIs don't have the DX that many people expect though, because they are so low-level. Lit provides just that declarative reactivity on top.