Using Backbone.js what is the best pattern to have models listen to all of their nested models and collections all the way down?
Should I put nested models/collections i
I really like @nrabinowitz' answer. he covered all the right details.
just wanted to toss out the idea of using something like Backbone.Relational which handles all this stuff for you: https://github.com/PaulUithol/Backbone-relational