Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 545 Bytes

Todos.md

File metadata and controls

23 lines (15 loc) · 545 Bytes

Todos

TODO Map many binds&vars to thei occurrences

  1. get number of binds in element
  2. get number of vars in element
  3. map each bind to a var by order of occurrence

TODO Value bindings with event listners

  1. get elements with value binders
  2. set a listen for changes of value by a limmiting event
  3. update state acording to bindings

TODO

Development

DEVELOPING Better element template element for variables

  1. get the element with the bind
  2. get child <var> element
  3. update the innerHTML of the <var> element