Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile diffing functions #43

Open
L3P3 opened this issue Jul 2, 2022 · 0 comments
Open

Compile diffing functions #43

L3P3 opened this issue Jul 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@L3P3
Copy link
Owner

L3P3 commented Jul 2, 2022

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 L3P3 added the enhancement New feature or request label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant