What is the purpose of backbone.js?

前端 未结 15 1224
终归单人心
终归单人心 2020-12-02 03:22

I tried to understand the utility of backbone.js from its site http://documentcloud.github.com/backbone, but I still couldn\'t figure out much.

Can anybody help me b

15条回答
  •  隐瞒了意图╮
    2020-12-02 03:58

    It also adds routing using controllers and views with KVO. You'll be able to develop "AJAXy" applications with it.

    See it as a lightweight Sproutcore or Cappuccino framework.

提交回复
热议问题