niubilitystore

Yet another dead simple unpredictable state container


Keywords
Store, State
License
MIT
Install
npm install niubilitystore@1.0.0

Documentation

NiubilityStore

Yet another dead simple unpredictable state container

Since Redux is really annoying to use, I want to keep code as simple as possible.

The store should be easy like a global js variable var state = {} !!!

Here is the NiubilityStore

Usage

npm i niubilitystore

-

var Store = require("niubilitystore")

Store["blahblah"] = "Lorem ipsum"

License

NiubilityStore use SATA License (Star And Thank Author License), so you have to star this project before using. Read the license carefully.