- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 02 Feb 2023 20:43:42 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 February 2023 04:43:56 UTC
This is close to React keyed nodes so it allows somehow DOM diffing, a feature I’ve asked for years ago already, except is limited to always same list of nodes. Why not doing an extra step to handle also removed nodes and eventual new nodes, at this point? That way all diffing libraries can be gone and performance would win. udomdiff among others can help suggesting the implementation details too, happy to help as I can as I wrote 5 different algo for diffing already. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/586#issuecomment-1414934132 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/586/1414934132@github.com>
Received on Friday, 3 February 2023 04:43:56 UTC