|
|
|
|
|
by jfagnani
287 days ago
|
|
Lit has always been designed partially as a prototype for where web component standards could go in the future. That's a big reason Lit is fairly conservative and un-opinionated. It doesn't try to undo or paper-over any of the DOM APIs, but add to them instead. There is a proposal in TC39 for native signals, which I think would make a huge dent towards library-less reactivity. I'm also working on a proposal for native reactive templating which would more-or-less obsolete lit-html. I wrote about the idea some on my blog: - The time is right for a DOM templating API https://justinfagnani.com/2025/06/26/the-time-is-right-for-a... - What should a native DOM templating API look like? https://justinfagnani.com/2025/06/30/what-should-a-dom-templ... |
|