react-global-state-hooks 8.0.14 → 8.0.16
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 -2
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# react-
|
|
1
|
+
# react-global-state-hooks 🌟
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
Effortless **global state management** for React & React Native
|
|
5
|
+
Effortless **global state management** for `React` & `React Native` and `Preact`! 🚀 Define a **global state in just one line of code** and enjoy **lightweight, flexible, and scalable** state management. Try it now on **[CodePen](https://codepen.io/johnnynabetes/pen/WNmeGwb?editors=0010)** and see it in action! ✨
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-global-state-hooks",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.16",
|
|
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",
|
|
@@ -121,7 +121,15 @@
|
|
|
121
121
|
"typescript",
|
|
122
122
|
"nextjs",
|
|
123
123
|
"next.js",
|
|
124
|
-
"next"
|
|
124
|
+
"next",
|
|
125
|
+
"react-hooks",
|
|
126
|
+
"hooks",
|
|
127
|
+
"react-hooks-global-states",
|
|
128
|
+
"react-global-state-hooks",
|
|
129
|
+
"react-global-state",
|
|
130
|
+
"react-global-hooks",
|
|
131
|
+
"react-global",
|
|
132
|
+
"preact"
|
|
125
133
|
],
|
|
126
134
|
"author": "Johnny Quesada",
|
|
127
135
|
"license": "MIT",
|