useVisibleTask should also use intersection observer during CSR #320
wmertens
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
Yes please, it is also incredibly misleading in the docs because it does not behave the same in initial load and SPA navigation. |
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.
-
What is it about?
qwikloader doesn't do qvisible after load
What's the motivation for this proposal?
SPA changes cause immediate execution of visible tasks
Proposed Solution / Feature
when qwik DOM renders a new qvisible task, it should add it to an intersection observer
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions