pedronauck/react-adopt
:sunglasses: Compose render props components like a pro observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3079
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1663 stars · 56 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
React Adopt is a tiny (~0.7kb) TypeScript library that composes multiple React render-props components into a single component, avoiding nested 'render props callback hell'. It supports mapping props from composed components and works with React's Context API consumers.
Use cases
- compose multiple render props components in react
- avoid nested render props callback hell
- combine multiple react context consumers into one
- flatten render prop components with a mapper function
- compose react apollo mutations and queries cleanly
- use react-powerplug components together without nesting
When to choose
- you use many render-props components and want flat composition
- you need to combine several Context API consumers in one render
- you want a tiny, dependency-free composition utility
When to avoid
- your codebase uses hooks instead of render props (React hooks largely replace this pattern)
- you need an actively developed library with recent updates
- you only compose one or two components
Facets
library · maturity maintenance
ui-components state-management frontend web-development browser react render-props composition typescript nodejs
2 sources
- readme: https://github.com/pedronauck/react-adopt · fetched 2026-08-28 · 0ffaf6fd27f6
- registry_npm: https://registry.npmjs.org/react-adopt · fetched 2026-08-29 · 664ec2aea975
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pedronauck/react-adopt | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="pedronauck/react-adopt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem