@berish/stateful

Powerful manager with a new look to work with states

Usage no npm install needed!

<script type="module">
  import berishStateful from 'https://cdn.skypack.dev/@berish/stateful';
</script>

README

@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