ctrlplusb/react-async-component
Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases. observed · 2026-08-28
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: 3515
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1436 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A React library for resolving components asynchronously with support for code splitting and advanced server side rendering. It provides a Promise-based API for lazy-loading components with loading and error states, plus client-side state rehydration to avoid checksum errors.
Use cases
- lazy load react components with a loading spinner
- code split my react app with import()
- server side render react components that load asynchronously
- avoid react checksum errors with async components
- show error component when chunk loading fails
- prevent flash of content for already resolved components
When to choose
- you need async React components with full SSR support and state rehydration
- you want a bundler-agnostic code splitting API that works with any major splitting mechanism
- you need loading and error component states out of the box
When to avoid
- you use modern React 18+ where React.lazy and Suspense cover most needs
- you need an actively maintained library with recent updates
- you only do client-side rendering without SSR complexity
Facets
library · maturity maintenance
ssr frontend-framework ui-components web-development frontend browser react code-splitting lazy-loading async-components webpack nodejs web-server
2 sources
- readme: https://github.com/ctrlplusb/react-async-component · fetched 2026-08-28 · 8e2aa541b032
- registry_npm: https://registry.npmjs.org/react-async-component · fetched 2026-08-29 · 86ca977dd445
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ctrlplusb/react-async-component | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ctrlplusb/react-async-component")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem