Summary
There should be a way to virtualize lists so items that aren't visible can be realized at a later time.
Motivation
Rendering a ListView with many items can take a long time preventing smooth transitions. React Native has VirtualizedList for virtualization, and Xaml supports virtualization on ListView by default, so we should have a way to do it with React Native Xaml.
Basic Example
No response
Open Questions
No response