Implement DOM stability for iteration
rafaelw opened this issue · 0 comments
rafaelw commented
This requires synthesizing "splice" operations and transforming the existing array expansion from the old state to the new state with the fewest removals, additions. also, this should be willing to re-order existing instances. e..g
an iteration based on an array which is sorted should neither create nor destroy instances.