我在哪里可以找到高级Backbone

我在哪里可以找到高级Backbone

本文介绍了我在哪里可以找到高级Backbone.js的例子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人请告诉我到包含先进的Backbone.js的例子资源?
通过事先我指的是嵌套视图多页,复杂的布局等。

Can someone please direct me to a resource containing an advanced backbone.js example?by advance I mean multiple pages with nested views, complex layouts etc.

我已经浏览网页,Github上库,博客,甚至购买的图书有骨气的食谱。所有样品都是在简单的SPA水平(是的,我知道的骨干是,但我知道它可以做更多的事情)的水平,待办事项列表日历,添加和删除笔记等。
有一些更先进的和复杂的,我可以借鉴?我在骨干没有专家
 但对我来说最好的办法是通过样本来学习

I have browsed the web, gitHub repository, blogs and even purchased the "recipes with backbone" book. All of the samples are at a level of simple SPA (yes I know backbone is for that, but I know it can do much more) level, a todo list calendar, adding and deleting notes etc.Is there something a bit more advanced and complex that I can learn from? I'm no expert in backbone but for me the best way is to learn by sample

推荐答案

也许https://github.com/documentcloud/visualsearch尤其

源这里的

源这里的

与咖啡源

不期而遇的来源,它是由早午餐打包,这对我来说是一个学习的过程太:

Peek into the source, it is packaged by Brunch and it is a learning experience for me too:

https://github.com/radekstepan/intermine-lists-client

这篇关于我在哪里可以找到高级Backbone.js的例子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 00:02