(no title)
tsp
|
2 years ago
I used Lit 2 in a complex client project once, which was tough to work on, not because of Lit, but because of Web Component composition. I would not choose Web Components for a new project with component composition again. The Shadow DOM makes many things harder than I was used to when building with a JavaScript library like React or Vue.
For framework independent individual components (e.g. a video player component), Lit is excellent.
No comments yet.