# ctrlplusb/easy-peasy

Vegetarian friendly state for React

Repository: https://github.com/ctrlplusb/easy-peasy
Canonical: https://ross.abutalabs.com/products/easy-peasy
Homepage: https://easy-peasy.dev
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, redux, state-management, immutable, hooks, react-hooks, immer
Last push: 2026-06-30T13:33:53+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 46, longevity 100
- inputs: {"age_days": 2873, "days_push": 64, "days_rel": 147, "gap_med": 412, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5039, forks 186 (observed 2026-08-28T04:09:08.786858+00:00)

## What it is
Easy Peasy is a Redux abstraction for React that provides a zero-configuration, hooks-based state management API with strong TypeScript support. It wraps Redux's architecture with a simplified developer experience, including computed properties, data fetching, persistence, and Redux DevTools integration.

## Use cases
- manage state in a react app without redux boilerplate
- typescript-friendly state management for react
- persist react app state to storage
- add computed/derived state to a react store
- replace redux with a simpler hooks-based api
- share state across react native and web
- encapsulate api calls in a react store

## When to choose
- you want Redux's guarantees with minimal setup and boilerplate
- your team prefers a hooks-first API with excellent TypeScript inference
- you need built-in persistence, computed properties, and testing utilities
- you are on React 19 and want concurrent-primitives support

## When to avoid
- you are still on React 18 and cannot upgrade (stay on v6)
- you prefer lightweight alternatives like Zustand or Jotai with smaller APIs
- you need direct, fine-grained control over Redux internals and middleware ecosystems
- your project uses React Server Components exclusively without client stores

## Facets
- artifact type: library
- maturity: active
- function: state-management, frontend-framework
- domain: frontend, web-development
- platform: cross-platform
- tags: react, redux, hooks, immer, typescript, state-persistence, react-native, nodejs, web-server

## Member repositories
- ctrlplusb/easy-peasy (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:08.786858+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-29T18:17:24.613302+00:00, confidence not recorded.
  - readme: https://github.com/ctrlplusb/easy-peasy (fetched 2026-08-28T04:09:08.786858+00:00, sha 639904c895bc)
  - homepage: https://easy-peasy.dev (fetched 2026-08-29T08:58:13.424303+00:00, sha 6d71b68e5b19)
  - site_page: https://easy-peasy.dev/docs/introduction (fetched 2026-08-29T08:58:13.433933+00:00, sha 8f4a9e9a7d85)
  - site_page: https://easy-peasy.dev/docs/upgrading-from-v6 (fetched 2026-08-29T08:58:13.436321+00:00, sha 2de9ee24ec96)
  - site_page: https://easy-peasy.dev/docs/tutorials/quick-start.html (fetched 2026-08-29T08:58:13.438638+00:00, sha b7aff5ab646e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
