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.