simpler-state
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
{ | ||
"name": "simpler-state", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "The simplest app state management for React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,4 +10,16 @@ # SimpleR State | ||
This library is an evolution of [__React Entities__](https://github.com/arnelenero/react-entities). | ||
- No complicated concepts or boilerplate code | ||
- Just use plain functions to implement state changes | ||
- Largely unopinionated with flexible syntax | ||
- Extremely simple to unit test state changes | ||
- Full TypeScript support with uncomplicated types | ||
- Made specifically for React, and built on React Hooks | ||
- Multiple times faster than context/reducer solution | ||
- It's tiny, less than 1 KB (minified + gzipped) | ||
Get all these benefits with one dependency install: | ||
``` | ||
npm install simpler-state | ||
``` | ||
## Two Easy Steps! | ||
@@ -53,2 +65,2 @@ | ||
It's that simple! | ||
It's that simple! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15816
65