DOM renderer: direct attach these events #325
wmertens
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
let's first fix the qwikloader so it separately listens on window / document / elements |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
event handling performance
What's the motivation for this proposal?
Adding on:mousemove means that the qwikloader queries window, document and every parent dom node from the current one whenever the mouse moves
Proposed Solution / Feature
So, let's make the DOM renderer attach direct listeners for:
and maybe manage
qvisibletooOne step further may be to automatically add a visibletask that does the attaching and loads the QRLs so the qwikloader can stop listening to them.
Beta Was this translation helpful? Give feedback.
All reactions