doesdev / jao

Just an object, seriously, that's all this is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Just an object, seriously, that's all this is


Languages

Language:JavaScript 100.0%