# gregberge/react-teleporter

Teleport React components in the same React tree 📡

Repository: https://github.com/gregberge/react-teleporter
Canonical: https://ross.abutalabs.com/products/react-teleporter
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2025-05-23T19:49:21+00:00

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

## Adoption (not part of the score)
Stars 1150, forks 21 (observed 2026-08-28T04:03:46.492393+00:00)

## What it is
A small React library that lets you 'teleport' components from one place in the React tree to another, built on React Portals. It's useful for configuring parts of the UI (like a header status bar) from distant components.

## Use cases
- render content into a header from a page component
- create scalable layout slots in React apps
- inject status bars or toolbars from anywhere in the tree
- alternative to react-helmet for UI regions
- render multiple sources into a single target

## When to choose
- you need to render React components into a distant part of the tree with a simple API
- you want typed, reusable portal slots for layout composition
- you need multiple sources feeding one target

## When to avoid
- you just need raw portals without slot semantics
- you're not using React
- you need to teleport across separate React roots or iframes

## Facets
- artifact type: library
- maturity: active
- function: ui-components, state-management, frontend-framework
- domain: frontend, web-development
- platform: browser, cross-platform
- tags: react, portal, teleport, tunnel, component-composition, layout, nodejs

## Member repositories
- gregberge/react-teleporter (main) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:46.492393+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-30T06:33:40.597936+00:00, confidence not recorded.
  - readme: https://github.com/gregberge/react-teleporter (fetched 2026-08-28T04:03:46.492393+00:00, sha e037c695324a)
  - registry_npm: https://registry.npmjs.org/react-teleporter (fetched 2026-08-29T12:38:45.517799+00:00, sha 08bcfaa444cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
