Emmanuel Garcia
Emmanuel Garcia
@d-mo `resizeHandler` already has debounce wrapper. https://github.com/PolymerElements/iron-list/blob/master/iron-list.html#L1426, but it waits for just `1ms`. It could be changed to `16ms` but that could also be bad UX when the list is...
This is the feature for grouping which is in the backlog https://github.com/PolymerElements/iron-list/issues/10
I see. yes that's in the radar
what the status of this @notwaldorf ?
+1. Added it to the milestone.
There's a possibility of a raise condition between upgrading a custom element and running DOM reconciliation. For example: 1. The DOM is initially server-side rendered and the app runs on...
Thanks for putting that proposal together @treshugart. I think it would be great if all frameworks supported this contract: - Is it a custom element? - Set everything as a...
@robdodson one property vs many properties is a personal choice, but one property (e.g. `props`) has several advantages over the later: 1. namespace. I remember, polymer users tried to have...
I agree that the scope of this thread isn't discussing such patterns. I just brought it up because I found it useful, but my intention wasn't to ask the react...