Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doesdev/jao

Just an object, seriously, that's all this is
https://github.com/doesdev/jao

Last synced: about 20 hours ago
JSON representation

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

Awesome Lists containing this project

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

```sh
$ npm install --save jao
```

### Use

One file
```js
import state from 'jao'

state.hello = world
```

Another file
```js
import state from 'jao'

console.log(state.hello)
```

### License

MIT © [Andrew Carpenter](https://github.com/doesdev)