react-global-state-hooks 9.0.3 → 9.0.4

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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,16 +8,14 @@ Effortless **global state management** for `React` & `React Native` and `Preact`
8
8
 
9
9
  ## 🔗 Explore More
10
10
 
11
- - **[Live Example](https://johnny-quesada-developer.github.io/react-global-state-hooks-example/)** 📘
12
- - **[React Native Integration](https://www.npmjs.com/package/react-native-global-state-hooks/)** 📱
13
- - **[Todo-List Example](https://github.com/johnny-quesada-developer/todo-list-with-global-hooks.git/)** 📝
11
+ - **[Live Example](https://johnny-quesada-developer.github.io/global-hooks-example/)** 📘
14
12
  - **[Video Overview](https://www.youtube.com/watch?v=1UBqXk2MH8I/)** 🎥
15
- - **[GitHub Repository](https://github.com/johnny-quesada-developer/global-hooks-example/)** 🧩
16
13
 
17
14
  Works seamlessly with **React & React Native**:
18
15
 
19
- - **[react-global-state-hooks](https://www.npmjs.com/package/react-global-state-hooks)** for web applications.
20
- - **[react-native-global-state-hooks](https://www.npmjs.com/package/react-native-global-state-hooks)** for React Native projects.
16
+ - **[react-hooks-global-states](https://www.npmjs.com/package/react-hooks-global-states)** compatible with both `React & React Native`
17
+ - **[react-global-state-hooks](https://www.npmjs.com/package/react-global-state-hooks)** specific for web applications (**local-storage integration**).
18
+ - **[react-native-global-state-hooks](https://www.npmjs.com/package/react-native-global-state-hooks)** specific for React Native projects (**async-storage integration**).
21
19
 
22
20
  ---
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-global-state-hooks",
3
- "version": "9.0.3",
3
+ "version": "9.0.4",
4
4
  "description": "This is a package to easily handling global-state across your react components No-redux, No-context.",
5
5
  "main": "./bundle.js",
6
6
  "types": "./index.d.ts",