lui icon indicating copy to clipboard operation
lui copied to clipboard

Compile diffing functions

Open L3P3 opened this issue 3 years ago • 0 comments

Only change detection is currently compiled.

To detect modified props, Object.keys and a loop is used — on each run. Instead, the modified props should be detected by compiled code with the property names hardcoded into it.

For dom attributes, we could skip creating a copy but diff with the dom directly.

L3P3 avatar Jul 02 '22 21:07 L3P3