#Intersection Observer on Server Side
5 messages · Page 1 of 1 (latest)
there is no intersection observer api on the server side, so no, it is not possible
If im not mistaken, under the hood, useVisibleTask uses intersection observers to achieve its execute on display behaviour, so there should be some way to do it right? Or have I misunderstood how it works