Skip to content

Commit 1d40cf0

Browse files
authored
Remove broken Glitch template (#3350)
This is 1) using real CRA unnecessarily despite being in the browser so is slow to boot 2) shows "error" immediately to me and doesn't load 3) doesn't seem to get updated with newer React releases We can readd it if it's fixed and doesn't have these problems (which none of the other templates do).
1 parent 21fe4c8 commit 1d40cf0

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), [Glitch](https://glitch.com/edit/#!/remix/starter-react-template), or [Stackblitz](https://stackblitz.com/fork/react).
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 [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)