Re: [whatwg/dom] Atomic move operation for element reparenting & reordering (Issue #1255)

For solid, and possibly many other frameworks what would be welcome is an atomic `replaceChildren`
Such `parent.replaceChildrenAtomic([node1, node2, ...])` which will remove any not on the list, and move nodes in one operation while also avoiding all the issues described in this thread.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1255#issuecomment-2334158916
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1255/2334158916@github.com>

Received on Friday, 6 September 2024 14:15:07 UTC