Backbone.js suitable for mobile devices? [closed]
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?
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.
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.
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.
Many of the trigger.io (a cross-platform framework) demo apps make use of backbone.js
I used Backbone.JS + jQueryMobile on iOS/Android. Works pretty fine. Check out my blog post:
精彩评论