7 ms·
I haven't used Backbone.js, but from what I've read there are extensions like Backbone.Marionette for better view and memory management. https://github.com/mar
by riprock 14y ago
I haven't used Backbone.js, but from what I've read there are extensions like Backbone.Marionette for better view and memory management.
https://github.com/marionettejs/backbone.marionette https://github.com/marionettejs/backbone.marionette
- randall 14y agoAs obviously stated in other threads... I've moved to Angular. Their 'digest all the changes and update the dom once' makes a lot of sense... and it has basically inverse opinion from Backbone. (Backbone has lots of opinion about data / saving, while Angular has more opinion about binding and logic.)