dom-diff icon indicating copy to clipboard operation
dom-diff copied to clipboard

Library for efficiently diffing and patching virtual and real DOM fragments.

Results 6 dom-diff issues
Sort by recently updated
recently updated
newest added

The dist folder needs to be generated on the published module

The `mount()` function should additionally accept a string as the second argument which is a selector of the node to mount to. The first matched node in the `document` should...

Instead of rendering the tree and diffing that, we should only compare to see if the function / constructor is the same as what was given us in the last...

enhancement

Use `key` prop for determining if an element has moved in a tree and should not be discarded

Implement `ref` behaviour

https://github.com/localvoid/uibench/issues/8#issuecomment-264178886