Socket
Socket
Sign inDemoInstall

react-hookstore

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hookstore - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

package.json
{
"name": "react-hookstore",
"version": "1.5.1",
"version": "1.5.2",
"description": "A state management library for react using the bleeding edge hooks feature",

@@ -5,0 +5,0 @@ "main": "dist/react-hookstore.js",

@@ -0,1 +1,12 @@

# This library is not maintained anymore. Don't use it.
This started as a curiosity project to explore React hooks. It gained some attention but there are better and production ready solutions that are just as simple as react-hookstore. Give them a try (I myself am using them):
### Jotai
A primitive state management library. It's very similar to React Hookstore with much better internals and apis.
[Github](https://github.com/pmndrs/jotai) | [Website](jotai.org)
### Zustand
A redux-like state management library. It's still simple enough to resemble React Hookstore.
[Github](https://github.com/pmndrs/zustand) | [Website](https://zustand-demo.pmnd.rs/)
# React Hook Store

@@ -2,0 +13,0 @@ [![npm version](https://badge.fury.io/js/react-hookstore.svg)](https://badge.fury.io/js/react-hookstore) [![Build Status](https://travis-ci.org/jhonnymichel/react-hookstore.svg?branch=master)](https://travis-ci.org/jhonnymichel/react-hookstore) [![Coverage Status](https://coveralls.io/repos/github/jhonnymichel/react-hookstore/badge.svg?branch=master)](https://coveralls.io/github/jhonnymichel/react-hookstore?branch=master)

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