Please excuse me pimping my own site, but if you use PHP & MySQL - this will generate a basic working app that uses backbone.js extensively. As an example backbone app, I think it may need a few improvements to go along with the latest release as far as view binding goes. But, I feel like I plowed my way through a few common web app needs that aren't so obvious with backbone collections (sorting, pagination, filterin…
How to start with Backbone.js: A simple skeleton app
31–40 of 49 posts
Re: How to start with Backbone.js: A simple skeleton app
#32I use AngularJS for everything now, I find it much easier to use and more convient than backbone.
Why the hell is this comment on the bottom? I started with backbone and was like...wtf is this. Then I went to knockout and it is what I am using now. I used Angular in a pet project a few weeks ago and was totally blown away at how easy it was. Angular is more suited to projects where you use it from the get go. I really like knockout because it is good to integrate in existing projects.
Backbone is in my opinion more a library ( like jQuery ) than a framework. it doesnt force people doing anything , it provides helpers and conveniant "classes" to work with.
But it doesnt solve most of the problems regarding app architecture. AngularJS solves app architecturing problems in a elegant declarative way ( like Flex before it ).
Re: How to start with Backbone.js: A simple skeleton app
#33I use AngularJS for everything now, I find it much easier to use and more convient than backbone.
I see these comments in every Backbone thread and no-one seems to disagree. Is Backbone that bad?
Unless you use a plugin , you'll have hard time updating your views automatically in Backbone if your model has nested objects. And your models cannot be arrays. In AngularJS it doesnt matter.
Re: How to start with Backbone.js: A simple skeleton app
#34Then I tried Knockout.js - It has a very nice quickstart. http://learn.knockoutjs.com/ - after a few days playing around with it, I started on my project.
Good resources: Knockout.js Documentation http://www.knockmeout.net/ Stackoverflow
Re: How to start with Backbone.js: A simple skeleton app
#35Re: How to start with Backbone.js: A simple skeleton app
#36God, there are a billion Todo and Skeleton apps and hardly any that give you the principles to build a serious Backbone.js app. It's great, minimal, flexible and incredibly easy to use in a backward and convoluted way if you don't have something good to guide you. Also, throwing HAML, SASS, Coffeescript, autogeneration and more into this makes this just... that much less useful.
Check out this book. It sounds like what you are looking for.
Re: How to start with Backbone.js: A simple skeleton app
#37"How to start with Backbone.js: A simple skeleton app" first sentence: "You need a solid knowledge of JavaScript, familiarity with Backbone, Ruby, HAML, SASS and CoffeeScript to find this writeup useful." Feels like an awful lot of prereqs for a starter. I don't expect to be spoon-fed JavaScript basics, but I feel like too many Backbone guides presume some understanding of Backbone before starting with something that…
Re: How to start with Backbone.js: A simple skeleton app
#38I played around with backbone.js for a couple of days and gave up. The documentation is there but it doesn't help someone who knows 0% about the concept. Then I tried Knockout.js - It has a very nice quickstart. http://learn.knockoutjs.com/ - after a few days playing around with it, I started on my project. Good resources: Knockout.js Documentation http://www.knockmeout.net/ Stackoverflow
Re: How to start with Backbone.js: A simple skeleton app
#39Please excuse me pimping my own site, but if you use PHP & MySQL - this will generate a basic working app that uses backbone.js extensively. As an example backbone app, I think it may need a few improvements to go along with the latest release as far as view binding goes. But, I feel like I plowed my way through a few common web app needs that aren't so obvious with backbone collections (sorting, pagination, filterin…
it is not trés bon , but très bon , if you intended to write something in french.