stratiformltd/react-loadable-visibility
A wrapper around react-loadable and @loadable/component to load elements once they are visible on the page. observed · 2026-09-03
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: 3342
- days_rel: n/a
- days_push: 1337
- n_releases_24m: 0
Adoption not part of the score
1004 stars · 31 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript library that wraps react-loadable and @loadable/component to defer loading React components until they become visible in the viewport, using the IntersectionObserver API. It keeps the same API as the underlying libraries while reducing initial payload by only fetching imports for on-screen elements.
Use cases
- lazy load react components only when visible on screen
- reduce initial javascript bundle size in react apps
- defer code splitting imports until viewport entry
- improve page load performance with viewport-based loading
- wrap react-loadable with intersection observer
- load below-the-fold components on scroll
When to choose
- you already use react-loadable or @loadable/component and want visibility-based loading
- you have heavy below-the-fold components slowing initial render
- your target browsers support IntersectionObserver
When to avoid
- you need to support browsers without IntersectionObserver and cannot use a polyfill
- your project has moved to React.lazy or modern frameworks with built-in lazy loading
- you need actively maintained software - the latest release was January 2023
Facets
library · maturity maintenance
frontend-framework web-framework web-development frontend performance browser react code-splitting lazy-loading intersection-observer deferred-loading nodejs javascript
2 sources
- readme: https://github.com/stratiformltd/react-loadable-visibility · fetched 2026-09-03 · cb4b3b4eb626
- registry_npm: https://registry.npmjs.org/react-loadable-visibility · fetched 2026-08-29 · e7ab72924ff5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stratiformltd/react-loadable-visibility | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="stratiformltd/react-loadable-visibility")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem