YerkoPalma/chooify

TODO

Opened this issue · 1 comments

Things to be implemented

  • require .choo files.
    • Read view property from required object.
    • Read model property from required object.
  • Ignore namespace from model.
  • Ignore state declaration from component models.
  • Bind the local property to the this scope of the component (in model).
  • Bind the local property to the global this scope in views.
  • Pass local data to components when required.
  • Wrap initial state for state initialization

Re render a component after every local change. Use nanoraf and some choo hook (maybe onAction or similar)