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
npm i niubilitystore
-
var Store = require("niubilitystore")
Store["blahblah"] = "Lorem ipsum"
NiubilityStore use SATA License (Star And Thank Author License), so you have to star this project before using. Read the license carefully.