Atom State

A state management library for React

[object Object]

Easy

Derived data and asynchronous queries are tamed to atoms, each atom can be easly got and set.

[object Object]

Flexible

The states can be managed inside or outside of the React components, observing all state changes across your app.

[object Object]

Fast

Every atom state can be updated individually without affecting the others.. Atom-state batches state updates to make rendering more efficient.