# staylor/react-helmet-async

Thread-safe Helmet for React 16+ and friends

Repository: https://github.com/staylor/react-helmet-async
Canonical: https://ross.abutalabs.com/products/react-helmet-async
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: helmet, react, reactjs
Last push: 2026-03-03T12:18:12+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 70, release rhythm 8, longevity 100
- inputs: {"age_days": 3165, "days_push": 183, "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 2298, forks 176 (observed 2026-08-28T04:06:35.274143+00:00)

## What it is
A thread-safe fork of React Helmet for managing document head tags (title, meta, link) in React 16+ apps, using a HelmetProvider to encapsulate state per request. It supports server-side rendering and adapts to React 19's built-in head hoisting.

## Use cases
- manage meta tags and title in a react app
- server-side render head tags per request
- set canonical links and SEO tags in react
- thread-safe helmet for async SSR
- manage document head in react 16-18
- add open graph tags to react pages

## When to choose
- you need per-request head state in SSR with async rendering
- you're on React 16-18 and need Helmet features like titleTemplate or prioritizeSeoTags
- you need htmlAttributes/bodyAttributes manipulation

## When to avoid
- you're on React 19+ and only need basic title/meta hoisting
- you don't need SSR context serialization or onChangeClientState

## Facets
- artifact type: library
- maturity: active
- function: ssr, frontend-framework, templating
- domain: web-development, frontend
- platform: browser
- tags: react, react-helmet, meta-tags, document-head, seo, thread-safe, ssr, nodejs, web-server

## Member repositories
- staylor/react-helmet-async (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.274143+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-30T02:40:17.566043+00:00, confidence not recorded.
  - readme: https://github.com/staylor/react-helmet-async (fetched 2026-08-28T04:06:35.274143+00:00, sha 2b5d63fbd6f2)
  - registry_npm: https://registry.npmjs.org/react-helmet-async (fetched 2026-08-29T10:20:46.720761+00:00, sha 421c76fbb4ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
