vxv-state

3.0.0 • Public • Published

VXV - State

Build Status vxv

A simple application wide state management solution.

Install

$ npm install vxv-state

Usage

const state = require('vxv-state');
 
state.set('hello', 'world');
state.set('answer',  42);
 
state.all();
// => {
// =>   hello: 'world'
// =>   answer: 42
// => }

License

MIT © Tobias Herber

Readme

Keywords

Package Sidebar

Install

npm i vxv-state

Weekly Downloads

6

Version

3.0.0

License

MIT

Unpacked Size

3.11 kB

Total Files

9

Last publish

Collaborators

  • tobihrbr