quick-state
v0.0.17
Published
Simple immutable state management library.
Downloads
2
Maintainers
Readme
quick-state
Simple immutable state management library.
Like Redux, quick-state
is essentially an interface to an immutable state
object. The best way to understand it is to compare it to Redux. See the
Comparison with Redux section.
In a sentence, it provides a store
object that can be updated with something
simlar to a setState
function.
Table of contents
Comparison with Redux
Comparision with Redux.
Why?
Why not just use Redux?
Usage
Usage.