Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/index.js", | ||
@@ -11,0 +11,0 @@ "module": "dist/index.esm.js", |
@@ -1,5 +0,5 @@ | ||
Assumptions: | ||
# statery | ||
- A store should only contain data. Mutators should be normal functions. | ||
- Shallow updates are good enough | ||
- Supports React Hooks only | ||
An extremely simple and just as experimental state management library for React. Yes, another one. Honestly, even I don't know why this even exists. I had an idea and just _had_ to try it, and yet another NPM package was born. | ||
**Do not use this library. It's terrible.** In fact, do not use any other library, either. They're all terrible. |
7912