react-hooks-global-state
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"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 @@ ----- |
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
65371
84
1869
114