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

react-hooks-global-state

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hooks-global-state - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

examples/11_deep/App.tsx

5

package.json
{
"name": "react-hooks-global-state",
"description": "Simple global state for React by Hooks API",
"version": "0.3.0",
"version": "0.3.1",
"author": "Daishi Kato",

@@ -29,3 +29,4 @@ "repository": {

"examples:comparison": "DIR=09_comparison webpack-dev-server",
"examples:immer": "DIR=10_immer webpack-dev-server"
"examples:immer": "DIR=10_immer webpack-dev-server",
"examples:deep": "DIR=11_deep webpack-dev-server"
},

@@ -32,0 +33,0 @@ "keywords": [

@@ -100,2 +100,9 @@ react-hooks-global-state

Limitations
-----------
- Due to the implementation relying on `observedBits` in the Context API,
the performance may drop down if a state holds more than 31 items.
Reference: #1
Blogs

@@ -102,0 +109,0 @@ -----

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