@anew/store-beta

Anew State Manager

Usage no npm install needed!

<script type="module">
  import anewStoreBeta from 'https://cdn.skypack.dev/@anew/store-beta';
</script>

README

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

Inspiration

  1. redux
  2. vuex