reactish-state 0.11.1 → 0.11.2
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 +1 -1
package/README.md
CHANGED
|
@@ -99,7 +99,7 @@ const Example = () => {
|
|
|
99
99
|
|
|
100
100
|
The component will re-render when states or selectors have changed. No provider or context are needed!
|
|
101
101
|
|
|
102
|
-
**[Try a sandbox demo!](https://codesandbox.io/
|
|
102
|
+
**[Try a sandbox demo!](https://codesandbox.io/p/sandbox/reactish-counter-z42qt7)**
|
|
103
103
|
|
|
104
104
|
## Why another state management library?
|
|
105
105
|
|
|
@@ -586,6 +586,6 @@ const selector = createSelector({ plugin: reduxDevtools() });
|
|
|
586
586
|
|
|
587
587
|
# Examples
|
|
588
588
|
|
|
589
|
-
- Counter – [sandbox](https://codesandbox.io/
|
|
589
|
+
- Counter – [sandbox](https://codesandbox.io/p/sandbox/reactish-counter-z42qt7) | [source](https://github.com/szhsin/reactish-state/tree/master/examples/examples/counter)
|
|
590
590
|
- Todo app – [sandbox](https://codesandbox.io/s/reactish-todo-thyhbl) | [source](https://github.com/szhsin/reactish-state/tree/master/examples/examples/todo)
|
|
591
591
|
- Async – [sandbox](https://codesandbox.io/s/reactish-async-2cghkg) | [source](https://github.com/szhsin/reactish-state/tree/master/examples/examples/async)
|