react-global-state-hooks 1.0.19 → 1.0.20
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -689,4 +689,6 @@ The setMetadata is part of the store tools, so it can be used in the actions, bu
|
|
|
689
689
|
|
|
690
690
|
...
|
|
691
691
|
|
|
692
|
+
For seen a running example of the hooks, you can check the following link: [react-global-state-hooks-example](https://johnny-quesada-developer.github.io/react-global-state-hooks-example/)
|
|
693
|
+
|
|
692
694
|
# That's it for now!! hope you enjoy coding!!
|
package/package.json
CHANGED