Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 697
RSG Avatar asked Mar 31 '11 21:03

RSG


2 Answers

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.

like image 85
bradgonesurfing Avatar answered Oct 17 '22 18:10

bradgonesurfing


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.

like image 25
Julien Avatar answered Oct 17 '22 17:10

Julien