Dan Abramov
e2a63bbf6b
20,000 => 50,000
2018-03-28 15:13:28 +01:00
Chafic Najjar
36e5fe3aab
s/Mozilla Developer Network/MDN Web Docs ( #728 )
...
"Mozilla Developer Network" was recently renamed to "MDN Web Docs". This name change is mentioned in the description of https://github.com/mdn/ : "Data and tools related to MDN Web Docs (formerly Mozilla Developer Network, formerly Mozilla Developer Center...)".
2018-03-28 13:25:59 +01:00
Alex Krolick
43b21efad1
Merge pull request #710 from chaficnajjar/patch-1
...
Fix grammar mistake in higher-order-components.md
2018-03-26 17:33:30 -06:00
Chafic Najjar
fff4ba35a8
s/each are/each is ( #713 )
...
"Each" here is singular so the verb that follows it must also be singular (i.e. "is" not "are"). See:
- https://english.stackexchange.com/questions/24846/how-does-each-change-are-to-is
- https://english.stackexchange.com/questions/12387/each-with-plural-or-singular-verb
2018-03-26 19:34:12 +01:00
Chafic Najjar
7072a011c6
Remove redundant "instead" in render-props.html ( #712 )
2018-03-26 18:15:46 +01:00
Chafic Najjar
858d2886f9
s/function components/functional components ( #711 )
...
A stateless React component is referred to as a "functional component" throughout the documentation, not a "function component".
2018-03-26 12:00:57 +01:00
Chafic Najjar
d1d228099d
Fix grammar mistake in higher-order-components.md
...
The word "logic" here is singular so it should be referred to with "it" instead of "them".
2018-03-26 11:45:22 +03:00
Yangshun Tay
c743dc39be
Fix typo in reconciliation docs regarding uncontrolled inputs ( #705 )
2018-03-24 14:13:03 +00:00
David Guan
11c7124888
Update the minimal React fiddle resource links in "How to Contribute" ( #701 )
...
* Update the minimal React fiddle resource links
* Update how-to-contribute.md
2018-03-24 02:23:54 +00:00
G Akshay
66287e122b
Remove trailing comma
2018-03-23 12:36:32 +05:30
Alex Krolick
7ff3c4e9cc
let -> const
2018-03-13 23:25:30 -07:00
Alex Krolick
7afc1d4398
Merge pull request #686 from EarthSchlange/patch-a-little-more-concise-657
...
Adds Ternary Operator to Make Example Concise Issue #657
2018-03-13 23:22:01 -07:00
Alex Krolick
b4e9e0fff0
Merge pull request #683 from raunofreiberg/patch-1
...
[docs] add reference to the explanation of capitalizing components
2018-03-13 22:39:14 -07:00
Alex Krolick
a2e445b85b
Prettier
2018-03-13 22:19:00 -07:00
Michael H
d1e8b526ae
Adds Ternary Operator to Make Example Concise Issue #657
2018-03-13 22:06:46 -07:00
Alex Krolick
d9e7b42527
Update note label
2018-03-13 22:00:21 -07:00
Alex Krolick
c111dca48d
Merge pull request #675 from nhducit/patch-2
...
Update Reasonml community link
2018-03-13 21:28:40 -07:00
Alex Krolick
cea23868e4
Merge pull request #677 from reactjs/non-compliant-native
...
Mention non-compliant implementations of Map/Set in Environment Requirements
2018-03-13 21:23:40 -07:00
Rauno Freiberg
3788f5c2cf
[docs] add reference to the explanation of capitalizing components
2018-03-13 17:37:05 +02:00
Chafic Najjar
032edd2c3c
Change "header" to "heading" in hello-world.html
...
h1-h6 elements are called "headings", not "headers" (source: https://www.w3.org/TR/html52/sections.html#headings-and-sections ).
2018-03-13 14:27:23 +02:00
Brandon Dail
0e02416549
Mention non-compliant implementations of Map/Set
2018-03-12 19:23:01 -07:00
nhducit
0ed89a57d1
Update Reasonml community link
2018-03-12 21:50:47 +07:00
Adrià Fontcuberta
74077cbf7c
Fix redux FAQ link
...
Hi! Just wanted to thank you for your work.
Redux FAQ link was broken so I just fixed it.
2018-03-07 09:16:53 +01:00
Alex
11834be55e
Add temporary link to context RFC slated for 16.3 ( #647 )
...
Add temporary link to context RFC slated for 16.3
2018-03-04 09:23:39 -08:00
stevefaulkner
fb32db116c
Update accessibility.md ( #660 )
...
The link to the explanation of landmarks, was not up to date, suggesting this http://www.scottohara.me/blog/2018/03/03/landmarks.html provides an up to date and detailed explanation.
2018-03-04 09:05:37 -08:00
Swarnava Sengupta
7dcf2f19be
Fix a small typo ( #662 )
2018-03-04 08:09:44 -08:00
Alex
d59c4f9116
Add temporary link to context RFC slated for 16.3
...
Fixes #646
2018-02-26 11:10:09 -08:00
Benjamim Sonntag
c8161bd9a0
Update reference-react-dom-server.md ( #625 )
...
Fixes a small typo in `renderToNodeStream`'s documentation
2018-02-18 01:25:13 +00:00
Sophie Alpert
8bbc69b453
Update context.md
...
Slightly less judgy with less of a hierarchical vibe.
2018-02-12 19:51:35 -08:00
Aneeq-ur-Rehman
53f4ce7881
Update static-type-checking.md to fix the installation of Flow ( #608 )
...
* Update static-type-checking.md to fix the installation of Flow
The second command won't work until the "flow" is added to scripts.
* Update static-type-checking.md
2018-02-12 17:37:09 +00:00
G Akshay
c66011b32d
just before sounds better that 'immediately before' (#611 )
2018-02-11 19:53:39 +00:00
G Akshay
10c3a91538
Update reference-react-component.md ( #609 )
...
`just before` sounds better than `immediately before`.
2018-02-10 21:03:08 +00:00
Stefan Papst
430abc18c3
updated link to 'big picture'
2018-02-08 15:10:15 +01:00
Dan Abramov
3ed5a51eeb
Move the section on file inputs to avoid circular learning dep ( #588 )
2018-02-05 18:01:25 +00:00
Nick
7c76dd505e
Fix broken flow link ( #585 )
2018-02-05 17:33:05 +00:00
Alex
4379eccbce
Merge pull request #581 from einomi/patch-1
...
Remove link
2018-02-04 22:41:30 -08:00
Henrique Sosa
72e8051fa3
Fix misspelling
2018-02-05 02:57:58 -02:00
Dan Abramov
9a953858d6
Add more references to setState batching ( #583 )
2018-02-04 22:39:30 +00:00
Andrey Nikonov
ecf038e520
Update reference-react-component.md
...
There is no #createclass anchor on /docs/react-api.html page anymore.
2018-02-04 10:41:31 +03:00
Zeb DeOs
53a600087b
Add semicolon for example code style consistency ( #575 )
2018-02-03 02:53:53 +00:00
Hugh Prior
788d5094d8
Update lists-and-keys.md ( #559 )
...
I think the word "root" is misleading here. For me the root implies a single item, and the <li> here is more of a leaf. I think we can avoid all confusion simply by removing the word.
2018-02-01 09:08:16 -08:00
sventunus
18aee608ec
Update code-splitting.md ( #556 )
...
Fixed a typo: "A good place **is** to start is with routes" => "A good place to start is with routes"
2018-01-29 01:10:04 +00:00
Dan Abramov
aba7619177
Tweak state FAQ ( #551 )
...
* Tweak state FAQ
* Update faq-state.md
2018-01-24 18:05:24 +00:00
William Shepherd
8a7e75206b
Fix grammar ( #550 )
2018-01-24 09:36:58 -08:00
Hugh Prior
6e22b51b26
Update faq-state.md ( #549 )
...
Fix typo.
2018-01-24 09:32:58 -08:00
Joseph Race
794c0e0756
Update code-splitting.md ( #546 )
2018-01-23 09:36:15 -08:00
David DeAngelis
cb0870514b
Update faq-functions.md
...
found a small syntax error in example
2018-01-17 15:17:56 -05:00
Brian Vaughn
8448de7ed9
Merge pull request #470 from danielsbird/rendering-elements-codepen
...
Move examples of rendering elements from CodePen into ./examples
2018-01-16 10:15:58 -08:00
Dan Abramov
3e6aaebbd7
Add a note about disabling extensions when profiling ( #528 )
2018-01-15 23:21:32 +00:00
Ernesto García
9b20285d1d
Update fragments example to use JSX syntax ( #520 )
...
* Update fragments example to use JSX syntax
* Use more standard JSX notation for fragments
* Bring back arrays-based example
* Remove keys in fragment, not needed for static items
* Add note about fragments syntax existing since v16.2
2018-01-14 00:51:35 +00:00