sjohnsonaz / BuildJS-Full

A simple utility for class definition, inheritance, dynamic loading, MVVM, Widgets, and backend MVC.
http://buildjs.com
0 stars 0 forks source link

Define MVVM Pattern #84

Open sjohnsonaz opened 9 years ago

sjohnsonaz commented 9 years ago

Based on the existing Module.watchValue, pub/sub, and BindingHandler systems, higher level patterns and now supported.

Define a simple MVVM pattern which will sit on top of these underlying systems. This will both streamline the usage of the existing systems, and potentially simplify their usage.

Commonly, these new patterns will include: