react-native-global-state-hooks 10.0.1 → 10.0.2
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! 🚀 Define a *
|
|
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-global-state-hooks",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"description": "This is a package to easily handling global-state across your react-native-components No-redux... The library now includes @react-native-async-storage/async-storage to persist your state across sessions... if you want to keep using the old version without async-storage or react-native dependencies just use version 5.0.15 or user react-hooks-global-states instead",
|
|
5
5
|
"main": "./bundle.js",
|
|
6
6
|
"types": "./index.d.ts",
|