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

Synthetic Event Delegation #176

Open
lukechu10 opened this issue Jul 18, 2021 · 0 comments
Open

Synthetic Event Delegation #176

lukechu10 opened this issue Jul 18, 2021 · 0 comments
Labels
C-enhancement Category: new feature or improvement to existing feature D-hard Difficulty: hard performance Performance related

Comments

@lukechu10
Copy link
Member

Implement synthetic event delegation in Sycamore. This will improve performance by avoiding the overhead of attaching event handlers to DOM nodes and also make events propagate through the component tree rather than the DOM tree (useful for future features like Portal etc...).

@lukechu10 lukechu10 added C-enhancement Category: new feature or improvement to existing feature performance Performance related D-hard Difficulty: hard labels Jul 18, 2021
@lukechu10 lukechu10 added this to the v0.9 milestone Oct 16, 2022
@lukechu10 lukechu10 removed this from the v0.9 milestone Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: new feature or improvement to existing feature D-hard Difficulty: hard performance Performance related
Projects
None yet
Development

No branches or pull requests

1 participant