From 30749ed0b2b24ae5656463171937ea00a7c02611 Mon Sep 17 00:00:00 2001 From: Sunil Pai Date: Mon, 9 Mar 2020 14:17:59 +0000 Subject: [PATCH] Revert "Revert "added stackblitz to playground (#2759)" (#2820)" (#2821) This reverts commit 87b4a4fac7b9b58ae41e43cc666426f4853e0040. --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 31b6382bf..29d26af95 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -36,7 +36,7 @@ React has been designed from the start for gradual adoption, and **you can use a ### Online Playgrounds {#online-playgrounds} -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). +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). 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.