|
|
|
|
|
by spankalee
399 days ago
|
|
How does using a library ruin the goals of the components at all? The goal of web components is to enable interoperable, encapsulated, reusable components, where how they're built is an implementation detail. You can use a web component that used lit-html without knowing anything about lit-html, it even that the component uses it. |
|
Why bother when I can just write everything in a single framework?