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
Romain Bohdanowicz
fb65da64ac
docs: class properties and object spread are no longer experimental ( #4754 )
...
Co-authored-by: Romain Bohdanowicz <romain.bohdanowicz@formation.tech >
2022-06-20 20:38:39 +02:00
Sathvik Shanmugam
e34f5145e9
Tutorial markdown changes for React18 ( #4630 )
...
* Changing the markdown - Initial commit
* Adding the missing instruction to copy the JS and CSS from starter code
* reverting the extra text added
2022-05-05 21:20:36 +05:30
James McDonald
7cf3cc1d44
Update tutorial.md ( #4461 )
2022-03-16 08:24:28 +01:00
Rushabh Javeri
f848b3d375
Fixed typo: added 'are' ( #4026 )
2021-11-03 21:31:52 +00:00
Alexey Pyltsyn
01084d5aeb
Improve new sentence in tutorial
2021-10-25 10:15:58 +03:00
VAMSI DEVALLA
f78f3b125f
explanation about "state updates are merged" ( #3956 )
2021-10-18 11:01:10 +02:00
Afiq Nazrie
284c2544f1
Add explanation of step and move variables ( #3823 )
2021-10-04 09:49:26 +02:00
Paul Fischer
78f78a664f
Update tutorial.md ( #3922 )
2021-09-27 12:08:51 +02:00
Pubudu Fernando
16f55e9d22
Rephrase the reason for duplicating the array for clarity ( #3889 )
2021-09-02 14:11:31 -07:00
bev-a-tron
669890b437
Use console.log in tutorial instead of alert ( #3831 )
...
* Updating tutorial to use console.log instead of alert
Chrome is deprecating alerts
* Revert remove space from my auto-linter
Co-authored-by: Bev Lau <bev@fb.com >
2021-08-04 16:46:40 +01:00
Nancy Heiss
446345cfba
fixing typo in tutorial readme ( #3639 )
...
Co-authored-by: Nancy Heiss <noreply>
2021-04-16 22:28:38 +02:00
Sebastian Silbermann
954a16f1d3
Fix heading structure in tutorial ( #3260 )
2020-09-14 10:59:23 +02:00
Anna J McDougall
7eb5d8ce40
Fix minor grammatical error (missing comma) ( #3133 )
2020-07-22 19:04:14 +01:00
Andrew MacGinitie
6990d69854
corrected preposition in tutorial.md ( #2986 )
2020-05-29 16:02:59 +01:00
Farjad Fazli
0075e554dd
Corrected typo/grammar issue ( #2943 )
2020-05-06 11:50:03 -07:00
Christopher Wray
6603bdea3d
Updated sentence grammar. ( #2459 )
2020-03-09 13:07:41 +00:00
Sam Cook
e5edde701a
Corrected minor grammar issue ( #2726 )
...
On line 40, the phrase following the 'comma and' should be independent (i.e., contain a subject). Alternatively, the comma preceding the 'and' should be deleted, making the dependent clause following the 'and' grammatically acceptable.
2020-02-09 15:38:57 -08:00
Lokesh
5fcd85ea69
Minor syntax fix in example code in tutorial.md ( #2542 )
2019-11-07 10:39:37 +03:00
Nick McCurdy
569f2e2d0a
Use vanity URL for Reactiflux ( #2372 )
2019-09-26 11:04:48 -07:00
Yngve Høiseth
61ce20a657
Update to reflect changes in developer tools UI ( #2320 )
...
* Update to reflect changes in developer tools UI
* Update tutorial.md
2019-09-03 15:47:15 +01:00
SR
ed9d73105a
Update tutorial.md ( #2115 )
...
changed 'any React apps' to 'any React app'
2019-07-01 12:08:56 -07:00
Carston Henderson
d3d7d55750
Change 'operator' to 'method' ( #2016 )
...
I believe `.slice()` is an array prototype method, rather than an operator.
2019-05-20 11:23:10 +03:00
Sophie Alpert
75a259881d
Update tutorial.md
2019-03-01 17:27:47 -08:00
Saransh Kataria
7ed776e910
Merge pull request #1051 from ghost/fix-typos
...
Fix typo
2019-02-22 06:33:28 -08:00
Dan Abramov
61b96a2f24
Fix bad formatting
2019-02-09 23:43:53 +00: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
Sophie Alpert
d9de84b166
Clarify wording on keys in tutorial
2018-12-28 17:04:47 -08:00
Vadym
2e32373905
Fixing id to 'What Are We Building?' section ( #1458 )
2018-12-03 21:12:50 +00:00
Sunil Pai
a50a0765f8
s/npm -g/npx ( #1429 )
...
- less invasive
- matches the steps that the link already points to (https://reactjs.org/docs/create-a-new-react-app.html#create-react-app )
2018-11-28 19:48:35 +00:00
Mark Erikson
c5e71fd32c
Improve wording
2018-11-24 14:51:12 -05:00
Mark Erikson
96a2b3686a
Clarify project setup steps
2018-11-24 14:49:15 -05:00
Noel Yoo
ee8716166e
Fix typo ( #1274 )
2018-10-20 16:12:28 -04:00
Heitor Althmann
636434fb3d
Removed double "the" statement ( #1245 )
...
We’ll set **the the** first move to be “X” [...]
2018-10-11 21:13:59 +01:00
Michał Gołębiowski-Owczarek
06a8850b2f
HTTPS-ify lots of URLs, update some to their newer homes ( #1157 )
...
This matters for user security.
I didn't touch blog posts & pages related to past conferences.
The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00
Dan Abramov
81afcfbd87
Functional -> function ( #863 )
2018-10-04 22:13:09 +01:00
Sophie Alpert
95f0232d65
Clarify key wording in tutorial
...
Per #1181 .
2018-10-01 17:43:47 -07:00
Alex Krolick
22c0e135d7
change wording
...
@gaearon ^
2018-09-09 11:52:49 -07:00
Alex Krolick
8fd3a3d4fc
clarify where warning appears ( #1164 )
...
fixes #1163
2018-09-09 11:42:56 -07:00
Swarnava Sengupta
461394c3d8
Replace Reactiflux chat link with actual discord link ( #1123 )
2018-08-13 21:41:40 +01:00
Mendel Bakaleynik
3155dffae3
Minor typos ( #1057 )
2018-07-27 18:58:59 -07:00
Edouard Alvard
984abd2539
Fix typo
2018-07-09 16:34:33 +02:00
FenryHord
e41bfd7210
The board shows the number range 0-8 instaed of 1-9 ( #1034 )
2018-07-04 12:38:11 +01:00
Dan Abramov
2d7c8c41ec
Tweak cross-linking
2018-06-27 16:22:37 +01: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
Tien H. Nguyen
c300c144f9
Add missing prepositions to tutorial.md ( #993 )
2018-06-24 02:13:10 +01:00
Dan
70d20c81ff
consistent case
2018-06-23 12:45:05 +01:00