Introduction
State Management Library for React applications
react-state
is a controlled nested state container designed to help write performant, consistent applications on top of React.
From version 6.0.0 react-state supports 2 data providers!!! 🔥
Core tenets:
State is a single immutable data structure
Each component gets its own peace of nested state
State accessed with 'actions' variable under component or the
Store
, an observable of state and an observer of global state
react-state
share same core as ng-state
so it is very beneficial for those who are not bind to one technology.
Last updated