Javascript 有没有backbone.js 书籍可用?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6007567/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 19:51:36  来源:igfitidea点击:

Any backbone.js books available?

javascriptbackbone.js

提问by sent-hil

I've been very excited with backbone.js recently, but all I can find was minimal tutorials on the web. Have been searching for a backbone.js book, but since it just recently came out, wasn't able to find any. Was hoping you guys know currently in production, perhaps a beta available somewhere?

我最近对backbone.js 感到非常兴奋,但我能找到的只是网络上最少的教程。一直在寻找一本backbone.js 的书,但因为它最近才出来,所以找不到。希望你们知道目前正在生产中,也许某个地方有测试版?

采纳答案by Benjamin Atkin

There is a prerelease eBook called Backbone JS on Railsby some people who are well-known within the Rails community. I haven't purchased access to it yet, but the Table of Contents looks good.

Rails 社区中的一些知名人士编写了一本名为Backbone JS on Rails的预发行电子书。我还没有购买它的访问权限,但目录看起来不错。

Recently released "Developing Backbone.js Applications: Building Better JavaScript Applications" by Addy Osmani.

最近由 Addy Osmani发布的“开发 Backbone.js 应用程序:构建更好的 JavaScript 应用程序”

回答by Julien

I do not think Backbone is big enough to require a complete book on it. It is only 4 base JS classes. I would suggest you look for books on MVC and design patterns related to it. This is really the base. Maybe some guides on restful web apps and HTML.

我不认为 Backbone 大到需要一本完整的书来介绍它。它只有 4 个基本的 JS 类。我建议您寻找有关 MVC 和与之相关的设计模式的书籍。这才是真正的基础。也许是一些关于 Restful Web 应用程序和 HTML 的指南。

The best book is to read the annoted source here: http://documentcloud.github.com/backbone/docs/backbone.html

最好的书是阅读这里的注释源:http://documentcloud.github.com/backbone/docs/backbone.html

回答by Steve

As Julien said it might be too small to have its own book, but JavaScript Web Applicationsby Alex MacCaw might be useful. It has a chapter on Backbone as well as other frameworks and covers a lot of general topics that are likely to be relevant to anyone working with Backbone.

正如 Julien 所说,拥有自己的书可能太小了,但Alex MacCaw 的JavaScript Web Applications可能有用。它有一章关于 Backbone 以及其他框架,并涵盖了许多可能与任何使用 Backbone 的人相关的一般主题。

Its available as a beta ebook now.

它现在可以作为测试版电子书使用。

回答by Sheitan

Here's a screencast that might be helpful, it comes with a pdf that's a bit like a book.

这是一个可能有用的截屏视频,它带有一个有点像一本书的 pdf。

https://peepcode.com/products/backbone-js

https://peepcode.com/products/backbone-js