react-global-state-hooks 3.0.1 → 3.0.3
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 +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ To see **TODO-LIST** with the hooks and **async storage** take a look here: [tod
|
|
|
8
8
|
|
|
9
9
|
To see how to create a custom hook connected to your favorite async storage, please refer to the documentation section titled **Extending Global Hooks**
|
|
10
10
|
|
|
11
|
-
You can also see an introduction video [here!](https://www.youtube.com/watch?v=
|
|
11
|
+
You can also see an introduction video [here!](https://www.youtube.com/watch?v=1UBqXk2MH8I), you can see the code of the video here: [global-hooks-example-code](https://github.com/johnny-quesada-developer/global-hooks-example), and a live version of it here: [global-hooks-example-live](https://johnny-quesada-developer.github.io/global-hooks-example/)
|
|
12
12
|
|
|
13
13
|
# Creating a global state
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-global-state-hooks",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "This is a package to easily handling global-state across your react components No-redux, No-context.",
|
|
5
5
|
"main": "lib/bundle.js",
|
|
6
6
|
"types": "lib/src/index.d.ts",
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"react": ">=17.0.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"react-hooks-global-states": "^1.0.
|
|
76
|
+
"react-hooks-global-states": "^1.0.3"
|
|
77
77
|
}
|
|
78
78
|
}
|