ctrlplusb/easy-peasy

Vegetarian friendly state for React

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 13th, 2026
Created on October 21st, 2018
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 185
Total Stargazers: 5,040 (+0)
Total Subscribers: 31 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.1 hours
Mean response time: 76.6 days
90th percentile: 82.0 days
Tracked items: 26

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • v7 (8)
  • 🧡help wanted 🧡 (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Easy Peasy is a state management library for React that abstracts Redux with a developer-focused API.

The library solves the complexity and boilerplate overhead of Redux by providing a streamlined alternative built on the same architectural foundations. It uses a hooks-based API with zero configuration required, allowing developers to define stores, actions, and selectors with minimal setup. The tool leverages Immer for immutable state updates and maintains full compatibility with Redux middleware and developer tools, giving teams the Redux ecosystem without the ceremony.

Easy Peasy suits teams that want Redux's guarantees and tooling but prefer faster development velocity. It works well for applications of any scale that need global state management, context-based stores, or local component state, and supports React Native projects. The library includes built-in utilities for data fetching, computed properties, reactive actions, state persistence, and testing. Developers should note that the project is currently in a beta phase for its latest major version, with the public store and model API remaining stable from the previous release, though some internal APIs may shift before the stable release ships.

The project maintains active development with a defined core team overseeing the codebase. The library has attracted sponsorship support from the community, indicating sustained interest in its continued maintenance and evolution.