dom-diff
dom-diff copied to clipboard
Library for efficiently diffing and patching virtual and real DOM fragments.
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...
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