# twobin/react-lazyload

Lazy load your component, image or anything matters the performance.

Repository: https://github.com/twobin/react-lazyload
Canonical: https://ross.abutalabs.com/products/react-lazyload
Language: JavaScript
License: MIT
License Family: permissive
Topics: lazyload, react
Last push: 2024-04-01T07:12:01+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4044, "days_push": 884, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5900, forks 485 (observed 2026-08-28T04:09:32.076719+00:00)

## What it is
A React library that lazily loads components, images, or any content when it enters the viewport to improve page performance. It uses minimal event listeners with throttled scroll/resize handling and supports one-time and continuous lazy load modes.

## Use cases
- lazy load images in a react app
- defer rendering of offscreen components
- improve page performance with lazy loading
- lazy load long lists of images on scroll
- reduce initial bundle render cost in react
- server-side rendered lazy loading in react

## When to choose
- you use React and need viewport-based lazy loading of images or components
- you want SSR-friendly lazy loading with minimal event listeners
- you need both one-time and continuous lazy load modes

## When to avoid
- you need native browser lazy loading only for images (use loading="lazy")
- you use a framework other than React
- you need actively developed features or rapid bug fixes

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, frontend-framework
- domain: web-development, frontend, performance
- platform: browser
- tags: react, lazy-loading, deferred-rendering, scroll-optimization, ssr-friendly, nodejs, web-server

## Member repositories
- twobin/react-lazyload (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:32.076719+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:51:19.047314+00:00, confidence not recorded.
  - readme: https://github.com/twobin/react-lazyload (fetched 2026-08-28T04:09:32.076719+00:00, sha 08befb96c2c3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
