#lazy-loading
2 snippets tagged with #lazy-loading
typescriptintermediate
useIntersectionObserver Hook
Track element visibility with the Intersection Observer API for lazy loading and scroll animations.
#hooks#intersection-observer
typescriptbeginner
Image Lazy Load Component
Lazy load images with a blur-up placeholder effect using Intersection Observer and CSS transitions.
#images#lazy-loading