New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

statery

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statery

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.

  • 0.0.7
  • npm
  • Socket score

Version published
Weekly downloads
45
increased by114.29%
Maintainers
1
Weekly downloads
 
Created
Source

statery

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.

Assumptions

  • A store should only contain data. Mutators should just be normal functions that live outside of the store.
  • Consumers of a store are typically only interested in top-level changes to it.
  • We need (or rather: want) to support React functional components with hooks only.

Examples

TODO

FAQs

Package last updated on 16 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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