react-global-state-hooks 2.0.10 → 2.0.11
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,8 +10,6 @@ To see how to create a custom hook connected to your favorite async storage, ple
|
|
|
10
10
|
|
|
11
11
|
You can also see an introduction video [here!](https://www.youtube.com/watch?v=WfoMhO1zZ04&t=8s)
|
|
12
12
|
|
|
13
|
-
Important: The library could have some compatibility issues with <React.StrictMode>
|
|
14
|
-
|
|
15
13
|
# Creating a global state
|
|
16
14
|
|
|
17
15
|
We are gonna create a global state hook **useCount** with one line of code.
|
package/package.json
CHANGED