# aickin/react-dom-stream

A streaming server-side rendering library for React.

Repository: https://github.com/aickin/react-dom-stream
Canonical: https://ross.abutalabs.com/products/react-dom-stream
Language: JavaScript
License Family: other
Last push: 2016-05-17T05:04:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3970, "days_push": 3760, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1995, forks 29 (observed 2026-08-28T04:06:03.473301+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ssr, web-framework, http-server
- domain: web-development, frontend, backend, performance
- platform: -
- tags: react, streaming-html, server-side-rendering, ttfb-optimization, nodejs, web-server

## Member repositories
- aickin/react-dom-stream (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.473301+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-30T03:02:30.239714+00:00, confidence not recorded.
  - readme: https://github.com/aickin/react-dom-stream (fetched 2026-08-28T04:06:03.473301+00:00, sha 1d1e6a5a6094)
  - registry_npm: https://registry.npmjs.org/react-dom-stream (fetched 2026-08-29T10:42:24.891389+00:00, sha 7756b1ea6f59)
- Data as of 2026-08-30T08:39:29.467469+00:00.
