Backbone.js
公式サイト見ながら学んでる。
データがDOMにしかなかったりjQueryでデータ操作するのは辛いよね、的な話があって納得感がある。
Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript.
とりあえず Getting Started まで読んで、BackboneのMVC理解した。CはCollectionなのか……。