react-hooks-global-states 8.2.4 → 8.2.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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,9 +10,6 @@ Effortless **global state management** for `React` & `React Native` & `Preact`!
10
10
 
11
11
  - **[Live Example](https://johnny-quesada-developer.github.io/global-hooks-example/)** 📘
12
12
  - **[Video Overview](https://www.youtube.com/watch?v=1UBqXk2MH8I/)** 🎥
13
-
14
- Works seamlessly with **React & React Native**:
15
-
16
13
  - **[react-hooks-global-states](https://www.npmjs.com/package/react-hooks-global-states)** compatible with both `React & React Native`
17
14
  - **[react-global-state-hooks](https://www.npmjs.com/package/react-global-state-hooks)** specific for web applications (**local-storage integration**).
18
15
  - **[react-native-global-state-hooks](https://www.npmjs.com/package/react-native-global-state-hooks)** specific for React Native projects (**async-storage integration**).
@@ -39,6 +36,8 @@ React Hooks Global States includes a dedicated, `devTools extension` to streamli
39
36
  | ![Restore the State](https://github.com/johnny-quesada-developer/react-hooks-global-states/raw/main/public/restore-the-state.png) | ![Custom Actions Granularity](https://github.com/johnny-quesada-developer/react-hooks-global-states/raw/main/public/custom-actions-granularity.png) |
40
37
  | Quickly revert your application to a previous state. | Precisely debug specific actions affecting state changes. |
41
38
 
39
+ <br>
40
+
42
41
  ## 🛠 Creating a Global State
43
42
 
44
43
  Define a **global state** in **one line**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-hooks-global-states",
3
- "version": "8.2.4",
3
+ "version": "8.2.5",
4
4
  "description": "This is a package to easily handling global-state across your react-components using hooks.",
5
5
  "main": "./bundle.js",
6
6
  "types": "./index.d.ts",