aickin/react-dom-stream
A streaming server-side rendering library for React. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3970
- days_rel: n/a
- days_push: 3760
- n_releases_24m: 0
Adoption not part of the score
1995 stars · 29 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A React renderer for Node.js that renders components to a stream instead of a synchronous string, as a drop-in replacement for ReactDOM.renderToString. It improves time-to-first-byte and reduces memory pressure on servers rendering large React pages.
Use cases
- stream react pages to the browser faster
- reduce server memory usage when server-rendering react
- lower time to first byte for large react pages
- replace renderToString with an async streaming renderer
- avoid cpu starvation from synchronous react ssr
When to choose
- you are stuck on an old React version without built-in streaming SSR
- your server-rendered pages are large and TTFB latency is a problem
When to avoid
- you use modern React, which includes renderToPipeableStream natively
- you need a maintained library with active support
- your pages are small and renderToString performance is fine
Facets
library · maturity abandoned
ssr web-framework http-server web-development frontend backend performance react streaming-html server-side-rendering ttfb-optimization nodejs web-server
2 sources
- readme: https://github.com/aickin/react-dom-stream · fetched 2026-08-28 · 1d1e6a5a6094
- registry_npm: https://registry.npmjs.org/react-dom-stream · fetched 2026-08-29 · 7756b1ea6f59
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aickin/react-dom-stream | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="aickin/react-dom-stream")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem