Aljullu/react-lazy-load-image-component
React Component to lazy load images and components using a HOC to track window scroll position. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3116
- days_rel: 625
- days_push: 625
- n_releases_24m: 1
Adoption not part of the score
1547 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A React component library providing LazyLoadImage and LazyLoadComponent for deferring image and component loading until they enter the viewport. It uses IntersectionObserver with a scroll-position-tracking HOC fallback and is SSR compatible.
Use cases
- lazy load images in a react app
- defer loading below-the-fold images until scroll
- improve page load performance by loading images on demand
- show a placeholder while images load
- apply blur or fade effects when images become visible
- lazy load react components on scroll
- lazy load images with server-side rendering
When to choose
- you need a drop-in React component for lazy-loading images or components
- you want IntersectionObserver support with scroll-position fallback and SSR compatibility
- you need built-in placeholders and on-visible effects like blur or opacity transitions
When to avoid
- you are not using React
- you need lazy loading for non-DOM assets like scripts or data
- you prefer a framework-level image optimization solution like Next.js built-in image handling
Facets
library · maturity stable
image-processing frontend-framework ssr web-development frontend performance browser react lazy-loading intersection-observer hoc placeholder scroll-tracking react-component nodejs web-server
2 sources
- readme: https://github.com/Aljullu/react-lazy-load-image-component · fetched 2026-08-28 · 82f8cf9fc14c
- registry_npm: https://registry.npmjs.org/react-lazy-load-image-component · fetched 2026-08-29 · 48dbd4d3d1d7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Aljullu/react-lazy-load-image-component | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Aljullu/react-lazy-load-image-component")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem