Martin Algesten
Martin Algesten
Exciting stuff :+1:
Alright. Lets kick this off. What do we mean by `LayoutView.render()` - Is it just ensuring the regions are in place? (Some DOM inspection would do). - A redraw of...
I think of render as something quite lightweight. In my views it ensures what's on screen reflects what's in my model. _Lightweight_ being the key here. What I certainly don't...
I think I've said this in various other issues, but I try to condense it. I think `LayoutView.render()` should result in: - Ensure that the layoutview's regions are in place....
@jmeas I don't care much for deep or shallow rendering, as I see it, that is not the crux of the problem. There is one single line in the code...
@JSteunou nailed it. Nested layouts triggers renders on every `.show()` https://github.com/marionettejs/backbone.marionette/blob/master/src/marionette.region.js#L166 I have a main app layout, and in those regions I swap in/out other layouts. My nested views get...
The main problem is that `Layout.render()` is destructive. Not the recursiveness or shallowness of it.
https://github.com/electron/electron/pull/942
the hangups project have a new way of doing auth. we should adopt it in hangupsjs.
This requires someone to investigate how a "standard" Google client logs into multiple accounts and keep the events and requests separate. It's on the hangupsjs level.