Skip to content

Commit 534a81a

Browse files
menyalmogtimche
authored andcommitted
Update Tutorial.md (#297)
Replaced webpackbin with codesandbox, and removed the broken link to the complete code.
1 parent 0d1b1f7 commit 534a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/Tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The [UMD](https://unpkg.com/redux-actions@latest/dist) build exports a global ca
2020

2121
### Vanilla Counter
2222

23-
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).
23+
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`.
2424

2525
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.
2626

0 commit comments

Comments
 (0)