Beforehand I was using Ionic for my cross platform apps. When using Angular
repeat, there was performance and memory issues in huge lists.
But ionic
has a feature called virtualRepeat (or collection-repeat in v1.x). But it has lots of bugs and is not usable.
Is there such a feature in NativeScript? (It must not keep all elements alive in the list, and as user scroll change the list.) The same feature is available in React Native.
Thanks.