jao
v1.0.0
Published
Just an object, seriously, that's all this is
Downloads
3
Readme
JAO
It's litrally, just an object
Why
I keep seeing modules popping up that claim to be the simplest way to manage state. Personally I find none simpler than this.
Install
$ npm install --save jao
Use
One file
import state from 'jao'
state.hello = world
Another file
import state from 'jao'
console.log(state.hello)
License
MIT © Andrew Carpenter