@kohlmannj/react-intersection-observer
Monitor if a component is inside the viewport, using IntersectionObserver API
Monitor if a component is inside the viewport, using IntersectionObserver API
Monitor the scroll percentage of a component inside the viewport, using the IntersectionObserver API.
JavaScript utility to observe sticky elements using the Intersection Observer API
Observes position change of an element within viewport as a result of resize, scroll, left or top coordinates change, or zooming in and out
[Deprecated] JST to perform set intersection and set subtraction operations on 2 user provided arrays
An extension of the normal Set datastructure. Holds unique entries in either normal mode or complement mode. In normal mode, the entries are present in the set (normal behavior of a standard Set). In complement mode, the entries are those which are not pr
React utilities for lazy image loading
A Svelte action that monitors an element enters or leaves the viewport or a parent element. Performant and efficient thanks to using Intersection Observer under the hood.
React utilities for lazy image loading - Patched version