@wale-ts/stunsail

State management library for Wale


License
GPL-3.0
Install
npm install @wale-ts/stunsail@0.0.0

Documentation

Stunsail

A state management library designed to interoperate with Wale.

Design principles

The set of design goals and derived principles is quite simple:

  • Provide first-class support for Wale.
  • Keep operations on state atomic and predictable.
  • Keep operations sequenced. Operations must be queued and use locks.