react-global-state-hooks 3.0.3 → 3.0.5
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 +14 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
|
-
# react-global-state-hooks
|
|
1
|
+
# react-global-state-hooks 🌟
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+

|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Hi There! Welcome to **react-global-state-hooks** your New State Management Solution for React Components 🚀
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Are you looking for a solution to manage **global state** in your **React components**? Look no further!
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
**react-global-state-hooks** is your option for efficiently handling global state management in your React applications.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
One line of code for a **global state**! try it out now on [CODEPEN-react-global-state-hooks](https://codepen.io/johnnynabetes/pen/WNmeGwb?editors=0010) and witness the magic ✨.
|
|
12
|
+
|
|
13
|
+
For a deeper dive into how these hooks work, check out a comprehensive example at [react-global-state-hooks-example](https://johnny-quesada-developer.github.io/react-global-state-hooks-example/) 📘.
|
|
14
|
+
|
|
15
|
+
Want to explore how it works with **React Native**? Head over to [react-native-global-state-hooks](https://www.npmjs.com/package/react-native-global-state-hooks) for a hands-on experience 📱. You can also explore a **TODO-LIST** example using global state and asynchronous storage by heading to [todo-list-with-global-hooks](https://github.com/johnny-quesada-developer/todo-list-with-global-hooks.git) 📝.
|
|
16
|
+
|
|
17
|
+
For a more visual introduction, watch our informative video [here!](https://www.youtube.com/watch?v=1UBqXk2MH8I) 🎥 and dive into the code on [global-hooks-example](https://github.com/johnny-quesada-developer/global-hooks-example) 🧩.
|
|
18
|
+
|
|
19
|
+
The best part? [react-hooks-global-states](https://www.npmjs.com/package/react-hooks-global-states) is compatible with both **React** and **React Native**. If you're building web applications, here you are at **react-global-state-hooks**, and for your React Native projects, check out [react-native-global-state-hooks](https://www.npmjs.com/package/react-native-global-state-hooks). These specialized libraries extend the capabilities of [react-hooks-global-states](https://www.npmjs.com/package/react-hooks-global-states) to perfectly fit your specific development environments. Discover the ease of global state management today! 🌐
|
|
12
20
|
|
|
13
21
|
# Creating a global state
|
|
14
22
|
|
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.5",
|
|
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.4"
|
|
77
77
|
}
|
|
78
78
|
}
|