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.
- package/README.md +4 -6
- 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/
|
|
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-
|
|
20
|
-
- **[react-
|
|
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