VueUse for Everyone - Utilities, Elements, and Components - DOM Elements and the Window with VueUse
In this lesson, we sample a few composables from the elements category of VueUse. These composables are meant specifically for working with the window and native DOM elements with Vue.js.
Links
- useWindowSize - Start | End | Docs
- useWindowFocus - Start | End | Docs
- useIntersectionObserver - Start | End | Docs
- MDN Docs: Intersection Observer
- MDN Docs: IntersectionObserverEntry
- VueUse Docs: Elements Category Functions