# RisingStack/react-easy-state

Simple React state management. Made with ❤️ and ES6 Proxies.

Repository: https://github.com/RisingStack/react-easy-state
Canonical: https://ross.abutalabs.com/products/react-easy-state
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, javascript, reactive-programming, state-management, es6-proxies, state, reactjs, react-state
Last push: 2026-04-30T08:15:06+00:00

## Health v2 (maintenance only)
Score: 59/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 80, release rhythm 8, longevity 100
- inputs: {"age_days": 3389, "days_push": 125, "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 2541, forks 106 (observed 2026-08-28T04:06:59.407559+00:00)

## What it is
React Easy State is a simple React state management library built on ES6 Proxies, exposing just two functions: store() for reactive state and view() for reactive components. It supports global and local stores, side effects, and batching with a minimal API.

## Use cases
- manage state in react apps without redux
- create global reactive stores in react
- simple local component state management
- reactive state management using es6 proxies
- avoid boilerplate in react state management
- add automatic side effects to react stores

## When to choose
- you want minimal-boilerplate reactive state for React
- you prefer proxy-based automatic reactivity over explicit actions/reducers
- you need both global and local stores with a tiny API

## When to avoid
- you need a state library with a large active ecosystem and community
- your project targets browsers without ES6 Proxy support
- you prefer Redux-style predictable unidirectional data flow

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, frontend-framework
- domain: web-development, frontend
- platform: browser
- tags: react, es6-proxies, reactive-programming, global-store, local-store, nodejs, javascript

## Member repositories
- RisingStack/react-easy-state (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.407559+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:25:07.667694+00:00, confidence not recorded.
  - readme: https://github.com/RisingStack/react-easy-state (fetched 2026-08-28T04:06:59.407559+00:00, sha de58c34c7189)
- Data as of 2026-08-30T08:39:29.467469+00:00.
