|
|
|
|
|
by spankalee
672 days ago
|
|
You don't need diffing or reconciliation to turn a description of DOM into DOM. Lit works without a VDOM. If all JSX does is return a DocumentFragment that you then need to imperatively add event listeners to and imperatively update, how is it much better than innerHTML? |
|
This in theory could do something to copy that local state over, or diff the two DOMs directly without a VDOM (though from the sound of it, it probably doesn't).