That’s something I alluded to in my post. Container components have double divs to accommodate View and (scroll viewports?). I don’t think this is generally needed in HTML and I think it causes more problems than it solves. There should probably be “lightweight” Container and “heavyweight” Container if it’s necessary.
On Dec 1, 2016, at 11:57 AM, Carlos Rovira <carlos.rov...@codeoscopic.com> wrote: > Another problem is that sometimes we get div inside div (or other tags) > that we don't need. I already don't know how to get rid of this. I think is > VIEW comps what make that magic, but I'd need some example to see how it > works (for example my problems with List that I need to solve).