MVVM with Backbone.js
July 7th 2012I became intruiged with knockout.js recently as I remember my frustration with creating bidirectional bindings between backbone view elements and the models. It turns out there is a very nice solution via Bart Woods ModelBinder plugin for Backbone.
I patched together some classes to make a more declarative style to ModelBinder and it collection binder helpers. It’s just a small experiement but the results are summarized below…

Tweet