Update Redux.md

master
Matt Huntington 8 years ago committed by GitHub
parent 090ad191ff
commit 9d0d468f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,6 +144,12 @@ store.dispatch({
});
```
Run the code:
```
node dist/bundle.js
```
## Move the store to a separate file
We want our data store in a separate file from our view logic

Loading…
Cancel
Save