I have an array of ordered elements that I currently render with <For>. However, I'm having some trouble with iframes (such as for youtube embeds) reloading when the array changes. It could be due to the array reconciliation calling replaceChild. Currently unable to prove that. I know iframes cannot be reparented, even to the same parent, without reloading.
So now I'm looking for any For-like component that can avoid that, before writing all the logic myself.