Synthetic Event Delegation #176
Labels
C-enhancement
Category: new feature or improvement to existing feature
D-hard
Difficulty: hard
performance
Performance related
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...).The text was updated successfully, but these errors were encountered: