view: uhtml or lit-html (don't use lit-element)
action: DOM event delegation for intercepting anything happens on view
model: a global store passed to when custom element is defined.
update: list of [selector, f({model, view}] pairs passed to when custom element is defined.
---
Congratulation we now have a self-contained Elm architecture.
view: uhtml or lit-html (don't use lit-element)
action: DOM event delegation for intercepting anything happens on view
model: a global store passed to when custom element is defined.
update: list of [selector, f({model, view}] pairs passed to when custom element is defined.
---
Congratulation we now have a self-contained Elm architecture.