Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpler-state

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpler-state - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

2

package.json
{
"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!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc