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
|
||||
|
||||
This is all good, but a little static. Let's add actions!
|
||||
|
||||
```js
|
||||
const todosDux = new Updux({
|
||||
initial: {
|
||||
|
Loading…
Reference in New Issue
Block a user