update tutorial
This commit is contained in:
parent
455002453b
commit
0cb445be3a
@ -38,7 +38,6 @@ console.log(store.getState()); // prints { next_id: 1, todos: [] }
|
|||||||
## Add actions
|
## Add actions
|
||||||
|
|
||||||
This is all good, but a little static. Let's add actions!
|
This is all good, but a little static. Let's add actions!
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const todosDux = new Updux({
|
const todosDux = new Updux({
|
||||||
initial: {
|
initial: {
|
||||||
|
Loading…
Reference in New Issue
Block a user