react-hooks-global-states 7.0.11 → 7.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
Effortless **global state management** for React & React Native
|
|
5
|
+
Effortless **global state management** for `React` & `React Native` & `Preact`! 🚀 Define a **global state in just one line of code** and enjoy **lightweight, flexible, and scalable** state management. Try it now on **[CodePen](https://codepen.io/johnnynabetes/pen/WNmeGwb?editors=0010)** and see it in action! ✨
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-hooks-global-states",
|
|
3
|
-
"version": "7.0.
|
|
4
|
-
"description": "This is a package to easily handling global-state across your react-components
|
|
3
|
+
"version": "7.0.12",
|
|
4
|
+
"description": "This is a package to easily handling global-state across your react-components using hooks.",
|
|
5
5
|
"main": "./bundle.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"url": "git+https://github.com/johnny-quesada-developer/react-hooks-global-states.git"
|
|
104
104
|
},
|
|
105
105
|
"keywords": [
|
|
106
|
+
"preact",
|
|
106
107
|
"react",
|
|
107
108
|
"redux",
|
|
108
109
|
"state",
|
|
@@ -111,8 +112,7 @@
|
|
|
111
112
|
"global-state",
|
|
112
113
|
"context",
|
|
113
114
|
"typescript",
|
|
114
|
-
"react-native"
|
|
115
|
-
"async-storage"
|
|
115
|
+
"react-native"
|
|
116
116
|
],
|
|
117
117
|
"author": "Johnny Quesada",
|
|
118
118
|
"license": "MIT",
|