1.0.0 • Published 6 years ago

niubilitystore v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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.