Skip to content

Compile diffing functions #43

@L3P3

Description

@L3P3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions