We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3130a1e commit 33b4cd4Copy full SHA for 33b4cd4
README.md
@@ -68,6 +68,9 @@ const useCurrentUserPosts = createStore(() => {
68
```
69
70
# The benefits
71
+- Use hooks to manage global state, just like you manage local state
72
+- Use any custom hooks you already have inside the global state management
73
+- Stores won't rely on keys, giving better reusability
74
- Stores are decoupled from component tree
75
- You can use selectors and bail out of render
76
- Stores can co-depend without worrying about provider order
0 commit comments