Ross ROSS = Recommend OSS · open-source software intelligence for agents

pmndrs/its-fine

🐶🔥 A collection of escape hatches for React. observed · 2026-08-28

github.com/pmndrs/its-fine · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

26/100

  • Activity 7
  • Release rhythm 8
  • Longevity 100
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: 1459
  • days_rel: 561
  • days_push: 561
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1183 stars · 15 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TypeScript library of escape hatches for React that lets components access the internal React Fiber tree. It provides hooks like useFiber, useContainer, and useContextBridge for building abstractions that modify or extend React's reconciliation behavior.

Use cases

  • access the current component's React Fiber node from within a component
  • bridge React context across renderers like react-three-fiber portals
  • traverse or query the React Fiber tree from a component
  • build custom React abstractions that depend on reconciler internals
  • get the react-reconciler container info from a component
  • map and inspect context values in the component tree

When to choose

  • you need access to React Fiber internals that React's public API doesn't expose
  • you're building a custom React renderer or library like react-three-fiber
  • you need to bridge context across renderers or portals
  • you're writing tooling or abstractions that inspect the component tree

When to avoid

  • you only need standard React features available through public APIs
  • you want to avoid depending on React implementation details that may change between versions
  • you're building a simple app with no need for reconciler-level access

Facets

library · maturity stable

ui-components developer-tools frontend web-development developer-tools browser cross-platform react react-fiber hooks reconciler context-bridge typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
pmndrs/its-finemain26

For agents

markdown · JSON · MCP: product_card(name="pmndrs/its-fine")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem