Commit Graph

30 Commits

Author SHA1 Message Date
Dan Abramov
5ef6955a90 Simplify wording 2023-01-24 07:27:10 +00:00
dan
3b0be4fbef Link to beta in content (#5495) 2023-01-24 07:03:08 +00:00
Brian Vaughn
d456dfbd29 Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
2021-06-29 13:35:55 -04:00
Dan Abramov
1d40cf0ac9 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).
2020-10-26 18:20:00 +00:00
shawn
3140018914 Update getting-started.md (#1991) 2020-03-09 14:40:52 +00:00
Sunil Pai
30749ed0b2 Revert "Revert "added stackblitz to playground (#2759)" (#2820)" (#2821)
This reverts commit 87b4a4fac7.
2020-03-09 14:17:59 +00:00
Sunil Pai
87b4a4fac7 Revert "added stackblitz to playground (#2759)" (#2820)
This reverts commit 869c740a88.
2020-03-09 11:56:39 +00:00
Pato
869c740a88 added stackblitz to playground (#2759)
* added stackblitz to playground

* modified link of Stackblitz

I changed the link based on comment from @EricSimons
2020-03-09 11:56:15 +00:00
Sophie Alpert
6788666b0d Make link text for toolchain setup clearer
Fixes #2437.
2020-01-01 08:53:11 -08:00
Arshita Kakkar
d2ade76cce Documentation (#2449)
* Update getting-started.md

Line 41 - 
When starting a React project, [a simple HTML page with script tags](/docs/add-react-to-a-website.html) might still be the best option. It only takes a minute to set up!
Removed the hyperlink from "a" as we're focusing on simple HTML page so a shouldn't be hyperlinked.

* Update getting-started.md

Closes #2450


Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-10-21 14:53:45 +03:00
Arshita Kakkar
941f54180e Update getting-started.md (#2312)
Line 122 - 
Updated the hyperlink from "[on a separate page"] to "on a [separate page]".
2019-09-01 01:36:51 +03:00
0xnoob
8c39db7f07 Broken anchor link in Advanced Concepts. (#1951)
The link should probably either go to directly to the beginning of main concepts (which is what my proposes change does), or to the anchor  -tag of "Step-by-Step Guide" (#step-by-step-guide). There is no other link in the article which refers to another anchor-tag, that's why I chose to directly link to the main-concepts.
2019-04-28 23:36:09 +03:00
Quentin Bahers
dcfc0bbb10 Fix the "Releases" link in the "Getting Started" page (#1530) 2019-04-24 09:12:33 +03:00
santa claus
aa8adc49a7 Update getting-started.md >> "Online Playgrounds" (#1733)
adding a hello world template on glitch.com to the list of online playgrounds 🎏
2019-02-23 13:15:32 +00:00
Alexey Pyltsyn
1a625b7b69 Merge branch 'master' into httpsify 2019-02-22 00:12:48 +03:00
Alexey Pyltsyn
abf2c97103 Merge pull request #1637 from prashant-andani/master
Add Https for javascript.info link
2019-02-22 00:08:19 +03:00
Michał Gołębiowski-Owczarek
7e4ac52af4 HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments)
This is a followup to #1157
2019-02-07 14:45:03 +01:00
Nat Alison
25df15b83e reapply, correctly generating links 2019-02-06 18:03:29 -08:00
Nat Alison
dc1e5366e3 revert id adding 2019-02-06 18:00:52 -08:00
Nat Alison
3e49e971d0 add everything else again 2019-02-06 17:22:04 -08:00
Prashant Andani
573da86666 Add https for javascript.info 2019-02-06 22:46:24 +05:30
Dan Abramov
425cb9a429 Terminology: Lifecycle hooks -> Lifecycle methods (#1237) 2018-10-08 19:29:31 +01:00
Dan Abramov
33a3739314 Link to Tania’s blog post 2018-08-22 17:22:58 +01:00
Dan
1c7728241b Add "React for Designers" link 2018-08-04 01:16:54 +01:00
Dan Abramov
8695e5a128 Link to homepage more prominently from Getting Started 2018-06-29 17:16:27 +01:00
Dan Abramov
b709eb13e8 Wording tweaks 2018-06-27 18:15:43 +01:00
Dan Abramov
2d7c8c41ec Tweak cross-linking 2018-06-27 16:22:37 +01:00
Dan Abramov
23e2c59da0 Wording 2018-06-26 19:00:09 +01:00
Monica Powell
11e1854838 Grammar Update (#998) 2018-06-25 22:39:21 -07:00
Dan Abramov
623523131e Rewrite Installation and related docs (#996)
* Rewrite "adding React to existing app"

Fixes #988

* Some copy

* typo

* Update babel instructions

* Update umd link

* Add prod minification section

* Show "button" example in several targets

* wip

* More

* More

* tweak

* yas

* Multi root tip

* moaar

* alot

* Tweak links

* Explain better

* better lead

* tweaks

* tweaks

* wording

* More reassuring tone

* Grammar

* wording

* feedback from readers

* Use id, not class

* More nits

* Re-add a useful section
2018-06-26 01:24:56 +01:00