Backbone一些參考資源

最近想找一個single-page JavaScript application Framework ,而不是單純的Toolkit+Widget。來看YUI3的一段介紹: git

引用
The YUI App Framework is a rollup of the Controller, Model, Model List, and View components, combined to form a simple MVC-style framework for writing single-page JavaScript applications.


由於已經熟悉jQuery了,因此想用RequireJS+Backbone本身組合搭建,輕量級框架配合jQuery插件,不去學YUI了。在學習Backbone的時候發現github.com上不少很是好的代碼,幾乎想要的都有,興奮!2012.3.8.iteye 
如下兩個資源列表集合不能不看,列出了不少文章,示例項目。不少好項目都是以此爲起點找到的。 github

引用
https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites 
https://github.com/documentcloud/backbone/wiki/Extensions,-Plugins,-Resources


下面這個介紹的很全面,Backbone和各類高級東西結合,包括RESTful、Node.js, Express, Mongoose and MongoDB、RequireJS text plugin、RequireJS Optimizer、Mediator and Facade patterns、Testing Backbone Applications With Jasmine等等。 express

引用
https://github.com/addyosmani/backbone-fundamentals


下面這個項目讓我感嘆:爲何等我實現的才找到?它演示的RequireJS模塊劃分加載用法正是我想要的,除了測試部分和下面的項目外,很多什麼。它todo示例也比Backbone官方todo示例改進很多。官方那個主要演示Backbone功能,最迷惑的是router和view如何配合項目設計來使用,或許後面的gapvis和Bookmarkly能帶來一些啓示。 app

引用
https://github.com/hswolff/forgetmenot


下面這個強悍了,讓我以爲整個框架能夠搭成Flex那樣。 框架

引用
https://github.com/derickbailey/backbone.marionette


要說像Flex,還要看下面這個項目的設計,設計太好了,面向對象的。 佈局

引用
https://github.com/nrabinowitz/gapvis


https://github.com/dangrossman/Bookmarkly不錯的一個Backbone例子,後臺用了express 
https://github.com/teleological/slickback我jackie用slickgrid,因此關注一下 
https://github.com/ccoenraets/backbone-directory不錯的一個Backbone例子,還用到了Twitter Bootstrap. 有些應用能夠用它佈局。post

相關文章
相關標籤/搜索