(no title)
oblak | 2 years ago
On topic: I don't think WebComponents are going to "make it" until someone builds a nice framework on top of them. React, Vue, Svelte, etc. solve a number of problems that are not directly solved by Web Components. State management, rendering, routing - right now, these are, imho, the high level areas that need solid solutions for an UI app to function in any sane way. How much of that is solved by going Web Components?
spankalee|2 years ago
It's got reactivity, declarative templates, great performance, SSR, TypeScript support, native CSS encapsulation, context, tasks, and more.
It's used to build Material Design, settings and devtools UIs for Chrome, some UI for Firefox, Reddit, Photoshop Web...
https://lit.dev if you're interested.
troupo|2 years ago
As in:
- reactivity. Specific to lit
- declarative templates. Specific to lit
- SSR. Specific to lit.
- context. Specific to lit.
- tasks. Specific to lit
"minimal" and "low lock-in".
Please do not hesitate to call it a framework. If you call React a framework, then lit is definitely a framework.
veeti|2 years ago
earthboundkid|2 years ago
gitaarik|2 years ago
o11c|2 years ago
Remember the definition of a framework: a framework is just a library that does not play well with others.
jdmg94|2 years ago
DarkNova6|2 years ago
toasted-subs|2 years ago
beebeepka|2 years ago
steve_taylor|2 years ago