# Anew Store

> A lightweight robust predictable state container

## Installation

To install `anew` directly into your project run:

```
npm i @anew/store -S
```

for yarn users, run:

```
yarn add @anew/store
```

## Docs

**In progress**

## Dependencies

1. [reselect](https://github.com/reduxjs/reselect)

## Inspiration

1. [redux](https://redux.js.org/)
2. [vuex](https://vuex.vuejs.org)
