Results 138 comments of Paul Falgout

So one related issue: callbacks may be wrapped via the `makeCallback` function, so if your callback needs to be wrapped, you will not be able to call `stopReplying` as it...

Yeah I also lean towards only the default. We're not going to gain anything from treeshaking in the lib, so named exports only breaks and renames the API for little...

It isn't. Anything non-breaking was moved to `3.x`

I don't really know how you mean. I guess I am looking for one event that would work for setting up children for a view that is prepopulated, but has...

`domRefresh` only triggers when a view is attached. I think this event should not care about attachment. I actually see the need in the community for this frequently: https://github.com/marionettejs/backbone.marionette/issues/3128#issuecomment-256420763 And...

A code example of how this would help: ``` js const MyView = Mn.View.extend({ regions: { 'fooRegion': '.foo-selector' }, initialize() { if (this.isRendered()) { // onRender won't fire if the...

The moving of one event name to another is precisely why I'm suggesting we abstract it. We've been trying to find and constantly modify what event is best to consider...

Perhaps Mn is not "ready" for this 🤓

Closing for https://github.com/marionettejs/backbone.marionette/issues/3128

note to self: if we ever implement this a `Marionette.View` that is `template:false` should be "ready" after initialization