# faceyspacey/react-universal-component

🚀 The final answer to a React Universal Component: simultaneous SSR + Code Splitting

Repository: https://github.com/faceyspacey/react-universal-component
Canonical: https://ross.abutalabs.com/products/react-universal-component
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-08-27T05:26:42+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3377, "days_push": 1467, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1689, forks 80 (observed 2026-08-28T04:05:22.363643+00:00)

## What it is
A React library that enables a single component import to work seamlessly across server-side rendering and client-side code splitting. It resolves the traditional conflict between SSR and dynamic imports so universal React apps can split code without breaking server rendering.

## Use cases
- server-side render React components with code splitting
- lazy load React components without breaking SSR
- code split a universal React app
- avoid flash of loading state during SSR hydration
- split routes in a universal React application

## When to choose
- you maintain a legacy universal React app using webpack and need SSR-compatible code splitting
- you want one import syntax that works on both server and client
- you're on an older React stack where React.lazy and modern frameworks don't fit

## When to avoid
- you're starting a new project with Next.js or React Server Components, which handle this natively
- your app is purely client-side rendered with no SSR needs
- you need actively maintained software - the project is in maintenance mode with infrequent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: ssr, frontend-framework, ui-components
- domain: web-development, frontend
- platform: browser
- tags: react, code-splitting, server-side-rendering, universal-rendering, webpack, lazy-loading, nodejs, web-server

## Member repositories
- faceyspacey/react-universal-component (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.363643+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:38:40.703376+00:00, confidence not recorded.
  - readme: https://github.com/faceyspacey/react-universal-component (fetched 2026-08-28T04:05:22.363643+00:00, sha c814e31bf362)
- Data as of 2026-08-30T08:39:29.467469+00:00.
