Backbone.js v0.9.10 Released
backbonejs.org
Backbone.js v0.9.10 Released
1–10 of 44 posts
Re: Backbone.js v0.9.10 Released
#2Re: Backbone.js v0.9.10 Released
#3Well that seems incredibly useful.
Re: Backbone.js v0.9.10 Released
#4"Most importantly, Backbone events have two new methods: listenTo and stopListening... When you destroy Views with view.remove(), this will now be done automatically" Well that seems incredibly useful.
Re: Backbone.js v0.9.10 Released
#5Another framework worth checking out if you're into JavaScript MVC is AngularJS ( http://angularjs.org ).
I've been writing my first single-page app (yeah, yeah, behind the times) using Backbone, and at first it was really exciting and intuitive, but I'm starting to realize Backbone is a pretty, er, bare-bones lib. Everyone seemed to suggest Handlebars as a template lib, so I added that to my project, and RequireJS to manage those two libs and their dependencies, and the RequireJS text plugin to load templates from other files in the project, and now it all just seems like a mess. The promise of a framework with everything you need, right out of the box, is tempting.
Edit: Most of the alternatives (e.g. Ember, Angular, Knockout, Meteor, etc.) are already in my bookmarks. I'm looking for reports from people who actually used the things, not links.
Re: Backbone.js v0.9.10 Released
#6"Most importantly, Backbone events have two new methods: listenTo and stopListening... When you destroy Views with view.remove(), this will now be done automatically" Well that seems incredibly useful.
This was added in December with 0.9.9 - but yes, it's very useful :)
Re: Backbone.js v0.9.10 Released
#7Another framework worth checking out if you're into JavaScript MVC is AngularJS ( http://angularjs.org ).
I'd be interested to hear from anyone who's used both Backbone and Angular. I've been writing my first single-page app (yeah, yeah, behind the times) using Backbone, and at first it was really exciting and intuitive, but I'm starting to realize Backbone is a pretty, er, bare-bones lib. Everyone seemed to suggest Handlebars as a template lib, so I added that to my project, and RequireJS to manage those two libs and th…
https://github.com/tbranyen/backbone-boilerplate
http://walmartlabs.github.com/thorax/
https://github.com/marionettejs/backbone.marionette
https://github.com/chaplinjs/chaplin
Outside of Backbone, there's also http://emberjs.com/
Re: Backbone.js v0.9.10 Released
#8Another framework worth checking out if you're into JavaScript MVC is AngularJS ( http://angularjs.org ).
I'd be interested to hear from anyone who's used both Backbone and Angular. I've been writing my first single-page app (yeah, yeah, behind the times) using Backbone, and at first it was really exciting and intuitive, but I'm starting to realize Backbone is a pretty, er, bare-bones lib. Everyone seemed to suggest Handlebars as a template lib, so I added that to my project, and RequireJS to manage those two libs and th…
Re: Backbone.js v0.9.10 Released
#9Another framework worth checking out if you're into JavaScript MVC is AngularJS ( http://angularjs.org ).
I'd be interested to hear from anyone who's used both Backbone and Angular. I've been writing my first single-page app (yeah, yeah, behind the times) using Backbone, and at first it was really exciting and intuitive, but I'm starting to realize Backbone is a pretty, er, bare-bones lib. Everyone seemed to suggest Handlebars as a template lib, so I added that to my project, and RequireJS to manage those two libs and th…