A pattern I find myself in is needing to know the initial size of a component/view upon insertion of the element. The ResizeAware mixin provides width/height values upon resize, but it'd be great if it provided width/height values upon insertion as well.
A pattern I find myself in is needing to know the initial size of a component/view upon insertion of the element. The
ResizeAwaremixin provides width/height values upon resize, but it'd be great if it provided width/height values upon insertion as well.