Ross ROSS = Recommend OSS · open-source software intelligence for agents

jamiebuilds/react-loadable

:hourglass_flowing_sand: A higher order component for loading components with promises. observed · 2026-08-28

github.com/jamiebuilds/react-loadable · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3464
  • days_rel: n/a
  • days_push: 784
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

16507 stars · 760 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

React Loadable is a higher-order component for loading React components with dynamic imports, enabling code splitting with a loading state. It also supports server-side rendering of dynamically imported components.

Use cases

  • lazy load React components with a loading placeholder
  • split my React bundle to reduce initial load size
  • code splitting with React Router v4
  • server-side render dynamically imported React components
  • defer loading heavy components until they are needed
  • show a loading spinner while a component chunk loads

When to choose

  • maintaining a legacy React app already using react-loadable
  • working on an old codebase with webpack and babel that predates React.lazy
  • you need SSR-aware code splitting in a pre-React 16.6 project

When to avoid

  • starting a new React project - use React.lazy and Suspense instead
  • using modern bundlers or frameworks with built-in code splitting like Next.js
  • you need an actively maintained library with ongoing support

Facets

library · maturity abandoned

ssr frontend-framework web-framework web-development frontend performance browser react code-splitting dynamic-imports lazy-loading higher-order-component webpack babel-plugin deprecated nodejs web-server

1 source

Member repositories

RepositoryRoleHealth v2
jamiebuilds/react-loadablemain32

For agents

markdown · JSON · MCP: product_card(name="jamiebuilds/react-loadable")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem