0.3.1 • Published 4 years ago

@berish/stateful v0.3.1

Weekly downloads
12
License
MIT
Repository
gitlab
Last release
4 years ago

@berish/stateful

A powerful manager with a new look on working with states. Allows for easy and affordable handling of state using vanilla JS. Knows how to read changes and update data optimally, updates only specific changed data. Works both in memory and with various state storage adapters.

Installation

$ npm install @berish/stateful --save

or

$ yarn add @berish/stateful

Supports typescript

Concept

Basic usecase

Advanced