What would you call the feature where some container dynamically creates its children based on a template (aka itemRenderer) and the provided data.
I want to say virtualization, but I think that might be the idea behind lists that only have the minimum # of itemRenderers to fit within the viewable area, just rotating data.