Skip to content

Commit

Permalink
Update Tutorial.md (#297)
Browse files Browse the repository at this point in the history
Replaced webpackbin with codesandbox, and removed the broken link to the complete code.
  • Loading branch information
menyalmog authored and timche committed May 15, 2018
1 parent 0d1b1f7 commit 534a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/Tutorial.md
Expand Up @@ -20,7 +20,7 @@ The [UMD](https://unpkg.com/redux-actions@latest/dist) build exports a global ca

### Vanilla Counter

We are going to be building a simple counter, I recommend using something like [jsfiddle](https://jsfiddle.net/) or [codepen](https://codepen.io/pen/) or [webpackbin](https://www.webpackbin.com) if you would like to follow along, that way you do not need a complicated setup to grasp the basics of `redux-actions`. All of the source code for this example can be found [here](https://www.webpackbin.com/bins/-KntJIfbsxVzsD98UEWF).
We are going to be building a simple counter, I recommend using something like [jsfiddle](https://jsfiddle.net/) or [codepen](https://codepen.io/pen/) or [codesandbox](https://codesandbox.io) if you would like to follow along, that way you do not need a complicated setup to grasp the basics of `redux-actions`.

To begin we are going to need some scaffolding so here is some HTML to get started with. You may need to create a new file called main.js depending on where you are trying to set this tutorial up.

Expand Down

0 comments on commit 534a81a

Please sign in to comment.