Closed lars1 closed 5 years ago
Thanks! Unfortunately that is expected, it’s documented in limitations in doc.
The inefficient rendering strategy is to support reordering array of primitive values. Since most users only reorder handful items, I never bothered to improve it.
With your demo, I can try to fix it with original repeat rendering optimization for array of objects (which is the use case for most users). I will get it done in few days.
Well, easier than I thought. Thanks for the push on lazy me. Will release soon.
v1.2.1 is released.
Thank you very much for the fix, and the quick delivery! :smile: I have updated our project and can confirm that it is working very well.
The company I work for have been very happy using reorderable-repeat in production, but recently we have hit a problem when a list contains several hundred items.
The list's rows are custom elements which consist of sub-elements, sub-sub-elements and so on.
I've created a demo project that reproduces the problem.