# jamiebuilds/react-loadable

:hourglass_flowing_sand: A higher order component for loading components with promises.

Repository: https://github.com/jamiebuilds/react-loadable
Canonical: https://ross.abutalabs.com/products/react-loadable
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, loading, async, imports, webpack, babel-plugin, server-side-rendering, ssr, code-splitting
Last push: 2024-07-10T11:51:12+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3464, "days_push": 784, "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 16507, forks 760 (observed 2026-08-28T04:11:16.623358+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ssr, frontend-framework, web-framework
- domain: web-development, frontend, performance
- platform: browser
- tags: react, code-splitting, dynamic-imports, lazy-loading, higher-order-component, webpack, babel-plugin, deprecated, nodejs, web-server

## Member repositories
- jamiebuilds/react-loadable (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:16.623358+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:04:53.574526+00:00, confidence not recorded.
  - readme: https://github.com/jamiebuilds/react-loadable (fetched 2026-08-28T04:11:16.623358+00:00, sha 4d18fcb18a5e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
