What is the purpose of backbone.js?

前端 未结 15 1218
终归单人心
终归单人心 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:47

    Is an MVC design pattern on the client side, believe me.. It's gonna save you tons of code, not to mention a more clean and clear code, a more easy to maintain code. Could be a little tricky at first, but believe me it's a great library.

提交回复
热议问题