Skip to content

Commit 869c740

Browse files
authored
added stackblitz to playground (#2759)
* added stackblitz to playground * modified link of Stackblitz I changed the link based on comment from @EricSimons
1 parent bbc6419 commit 869c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React has been designed from the start for gradual adoption, and **you can use a
3636

3737
### Online Playgrounds {#online-playgrounds}
3838

39-
If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world), [CodeSandbox](https://codesandbox.io/s/new), or [Glitch](https://glitch.com/edit/#!/remix/starter-react-template).
39+
If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world), [CodeSandbox](https://codesandbox.io/s/new), [Glitch](https://glitch.com/edit/#!/remix/starter-react-template), or [Stackblitz](https://stackblitz.com/fork/react).
4040

4141
If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos.
4242

0 commit comments

Comments
 (0)