gregberge/loadable-components
The recommended Code Splitting library for React ✂️✨ observed · 2026-08-28
Health v2 · maintenance only
33/100
- Activity 22
- 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: 3358
- days_rel: 473
- days_push: 473
- n_releases_24m: 1
Adoption not part of the score
7802 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Loadable Components is a React code splitting library that lets you render dynamic imports as regular components, reducing bundle size. It supports server-side rendering, prefetching, and full dynamic imports, and is recommended by the React team for SSR-compatible code splitting.
Use cases
- split react components into separate bundles
- code splitting with server side rendering in react
- reduce react app bundle size
- lazy load react components with dynamic imports
- prefetch react chunks before render
- alternative to react.lazy with ssr support
When to choose
- you need code splitting that works with server-side rendering
- you want prefetching and full dynamic import support beyond React.lazy
- you use webpack and want automatic chunk name generation
When to avoid
- you only need client-side lazy loading and React.lazy suffices
- your project does not use webpack or a compatible bundler setup
Facets
library · maturity stable
ssr frontend-framework build-tool web-development frontend performance browser react code-splitting dynamic-import webpack react-router bundle-size nodejs web-server
3 sources
- readme: https://github.com/gregberge/loadable-components · fetched 2026-08-28 · d9dd91c8ce1e
- homepage: https://loadable-components.com · fetched 2026-08-29 · 5359d570d473
- site_page: https://loadable-components.com/docs/getting-started · fetched 2026-08-29 · 1f1e454d2751
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gregberge/loadable-components | main | 33 |
For agents
markdown · JSON · MCP: product_card(name="gregberge/loadable-components")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem