A function that generates a function to initialize a DOM element from a model and and template. It also provides a framework for UI events.
What type of component behavior? should we allow UI events to change DOM inside component (dirty) or force UI events to trigger changes to outside state, and outside state changes are then used for re-renders.
May need Redux style state reducer tracking or Clojure style immutability. (Undo)
A function that generates a function to initialize a DOM element from a model and and template. It also provides a framework for UI events.
What type of component behavior? should we allow UI events to change DOM inside component (dirty) or force UI events to trigger changes to outside state, and outside state changes are then used for re-renders.
May need Redux style state reducer tracking or Clojure style immutability. (Undo)