aweary/react-copy-write
✍️ Immutable state with a mutable API observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3069
- days_rel: n/a
- days_push: 2759
- n_releases_24m: 0
Adoption not part of the score
1775 stars · 54 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
react-copy-write is an immutable React state management library that lets you update state with a simple mutable API. It is powered by Immer's copy-on-write technique, providing structural sharing and memoized selectors for efficient re-rendering.
Use cases
- manage immutable state in React apps with a mutable API
- avoid verbose object spreading for deep state updates
- efficiently re-render React components with structural sharing
- create memoized selectors for React state
- share state across React components with Provider and Consumer
When to choose
- you want immutable state updates without boilerplate spreading
- you prefer a mutable-style API backed by Immer
- your React app uses render props and Context-based state
When to avoid
- you need a modern hooks-based state management solution
- you require a stable, actively maintained library
- you use a state library like Redux or Zustand already
Facets
library · maturity maintenance
state-management frontend web-development browser react immutable-state copy-on-write immer render-props nodejs
1 source
- readme: https://github.com/aweary/react-copy-write · fetched 2026-08-28 · c08765196959
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aweary/react-copy-write | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="aweary/react-copy-write")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem