|
|
|
|
|
by johnzabroski
4437 days ago
|
|
Thanks for the objection. I have never heard of Reactive, React, or Ripple. I don't understand how this is better than Knockout, which has been around since 2006? To summarize your objection, this library hardwires events to the UI. I don't understand how that allows for composition, and even then, the composition is happening at the view level, rather than the model level, which seems like a mistake??? Sorry if I am naive or coming off as rude. I just don't get it. |
|
In graphics programming, it is customary to have a Scene Graph which is a Model that represents the scene you need to Render.
In Desktop/Web programming for business apps, this design pattern/abstraction step seems completely absent, and developers seem to continuously mush together view and model.
What "composition" can't be achieved simply by having a Knockout Virtual Element, or Template Selector driven by a ViewModel property?