Backbone.js 适合移动设备吗?
我最近一直在研究backbone.js,并且非常喜欢它的理念和执行。有人在 HTML5 IOS 界面上使用 Backbone 吗?
您对这种方法有什么经验?
I've been looking into backbone.js lately and like both the philosophy and the execution a great deal. Is anyone using Backbone on HTML5 IOS interfaces?
What are your experiences with this approach?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我将 JQuery Mobile UI 与backbone.js 结合使用。问题是他们都有自己的 hashchange 路由器。如果您可以在没有主干路由器的情况下生活,或者找到一种方法来删除 JQuery 路由器,那么效果会很好。
I've used JQuery Mobile UI with backbone.js. The problem is they both have their own hashchange router. If you can live without the backbone router or figure a way to cut out the JQuery one then it works out well.
我认为 37 Signals 的 Basecamp 是使用主干(和其他很棒的框架)的复杂应用程序的最佳示例:http://37signals.com/svn/posts/2761-launch-basecamp-mobile#comment_63518
不幸的是,我对此没有第一手评论。
I think Basecamp from 37 Signals is the best example of a complex app using backbone (and other awesome frameworks): http://37signals.com/svn/posts/2761-launch-basecamp-mobile#comment_63518
I do not have first hand comments on this unfortunately.
我在 github 上找到了一个项目( https://github.com/azicchetti/jquerymobile-router ) 为 jquery mobile 提供了一个路由器。
它与backbone.js完美搭配,几乎可以替代其控制器,因此我们最终可以在jquery mobile中充分发挥backbone.js的潜力。
I've found a project on github ( https://github.com/azicchetti/jquerymobile-router ) that provides a router for jquery mobile.
It's perfect with backbone.js, it's almost a replacement for its controller, so we can finally use the full backbone.js potential in jquery mobile.
许多 trigger.io(跨平台框架)演示应用程序都使用
backbone.js
Many of the trigger.io (a cross-platform framework) demo apps make use of
backbone.js
我在 iOS/Android 上使用了 Backbone.JS + jQueryMobile。效果很好。查看
我的博客文章:
I used Backbone.JS + jQueryMobile on iOS/Android. Works pretty fine. Check out
my blog post: