Results 138 comments of Paul Falgout

I think the only place that an example would not improve the docs is if one already exists :-D

Hmm I think a more real life scenario would be better. Perhaps something like: ```js getTemplate() { if (this.isAdmin) return AdminTemplate; return Template; }, onRender() { if (this.isAdmin) { this.addRegion('admin',...

Hmm maybe you'd need a VPN? Not sure why jsfiddle wouldn't work

I think it's a little early to remove it. There's a potential use case for it now as there's some odd places where errors could occur if you're rendering templates...

Yeah I'm not sure here. The root of this issue is more of a Backbone specific issue. Any interest in trying out an issue on Backbone? This is great and...

this becomes more problematic when regions are nondestructive as re-rendering the parent changes the order of the event handlers and the propogation trick for triggers doesn't work

Yep I think that's holdover documentation from v3 that didn't get updated when comparators were passed the model instead of the view. Those sort methods should be like `sortAsc({ model...

Related: https://github.com/marionettejs/backbone.marionette/issues/1864 https://github.com/marionettejs/backbone.marionette/issues/1910#issuecomment-55993640