0.1.0 • Published 1 year ago

estado.js v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

estado.js

Estado.js is a fine grained reactive, atom-base, state management solution for JavaScript/TypeScript. The core library provides the base primitives to create a smart and optimized solution, allowing to create and manage external state, with complex atoms graphs.

Primitives

atom

The basic piece of core library, atom allow to create reactive state, allowing the user to pass values and async functions to create the initial state, and returning a read and set