Easy JavaScript State Manager

Easy to use

Tired of re-rendering the same thing over and over again to keep your UI in sync? This library is for you! Subscribe to changes, and render!

Simple API

Easy state provides a simplistic API that is easy to manage. After creating your data store, start making changes to your store with a simple 'setState'.

React/Redux-inspired

The API is inspired by both React and Redux and combines several principles like setState and subscribe.