higherkinded / wale-stunsail

State management library for Wale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wale/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.

Get Wale/Stunsail

Wale/Stunsail exists in NPM registry under @wale.js/stunsail, so you can get it as usual:

$ npm i @wale.js/stunsail

Or, if you use Yarn:

$ yarn add @wale.js/stunsail

About

State management library for Wale

License:GNU General Public License v3.0


Languages

Language:TypeScript 85.0%Language:JavaScript 15.0%