We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3138dc9 commit bbfa6dbCopy full SHA for bbfa6db
1 file changed
README.md
@@ -6,7 +6,7 @@
6
7
The simplest way to keep the immutable action controlled dataflow and define actions briefly is dispatching pure functions (as reducers) to the store.
8
9
-<img alt="draft" src="http://jaystack.com/wp-content/uploads/2017/08/repatch_pl-hand-d2-e1503663114155.png" style="margin: auto; width: 40%">
+<img alt="draft" src="http://jaystack.com/wp-content/uploads/2017/08/repatch_pl-hand-d2-e1503663114155.png" width="40%">
10
11
```javascript
12
store.dispatch(state => ({ ...state, counter: state.counter + 1 }));
0 commit comments