Sophie Alpert
21511bde38
Tweaks to "Before You Use Context" ( #1091 )
![screenshot of new section](https://user-images.githubusercontent.com/6820/43227544-d9d55496-9013-11e8-8fe3-b16ed96d0070.png )
7 years ago
st-sloth
53e0590805
[accessibility] Minor clarifications ( #1100 )
* [accessibility] Remove trailing whitespaces
* [accessibility] Minor clarifications
* [accessibility] Minor clarifications (review changes)
* Language
7 years ago
Vasyl Stokolosa
76ef485ef6
Typo "React.createRef()" :) ( #1105 )
7 years ago
Dan Dascalescu
74f8d1f01b
Move rendering BoilingVerdict before the DOM is updated
7 years ago
Dan Dascalescu
562dbd2d22
Fix typo and add BoilingVerdict to input change steps
7 years ago
Dan Abramov
023fb45343
Tweaks
7 years ago
Dan Abramov
7016c4a21d
Tweak
7 years ago
Dan Abramov
5028f0874d
Add "Before You Use Context" ( #1085 )
7 years ago
Dmitry Minkovsky
7f1b367eb6
Refs and the DOM: clarify when ref callbacks are invoked ( #1069 )
7 years ago
Alex Krolick
48cbb02dd2
make all redirect_from's arrays ( #1075 )
make Gatsby happy again
7 years ago
Matthew Vargeson
c5b0584d03
Add accessibility guidelines link to portals doc ( #846 )
* Add accessibility guidelines link to portals doc
* Add more detail to portal accessibility note
* Clarify text using suggested content
7 years ago
almero.steyn
3d5965412e
[A11Y-docs]: Add section on pointer events with outside click example
7 years ago
Richie
e52e6c6d5a
Dynamically append path alias (aaa/bbb.html = aaa/bbb = aaa/bbb/) int… ( #783 )
* Dynamically append path alias (aaa/bbb.html = aaa/bbb = aaa/bbb/) into redirects during gatsby onCreateNode callback API to avoid 404
* Consider more cases:
(1) markdown without redirects
(2) duplicated permalink for /docs/pure-render-mixin.html, rename the unused one
* Test permalink with ending `.html` rather then containing them
7 years ago
Ivan de la Beldad Fernandez
b044ce5dbb
docs: fix minor typo ( #1038 )
7 years ago
Ideveloper
2bd8ffa429
Fix Issue about addons.md's Wrong links ( #1023 )
* Edit addons.md's link to right link
* Update addons.md
7 years ago
Andre Wiggins
5775f070e2
Add signature to getSnapshotBeforeUpdate section ( #1032 )
Add the signature for `getSnapshotBeforeUpdate` to its section, just like all other lifecycle method sections have.
7 years ago
Eslam Gamal Khoga
cf4e7fcff4
Update accessibility.md
removed additional tag's close />
7 years ago
Dan Abramov
50d2a9bfc8
Emphasize a section
7 years ago
Dan Abramov
8695e5a128
Link to homepage more prominently from Getting Started
7 years ago
embs
49053f3705
Fix another typo typo ( #1021 )
Remove duplicated word.
Related to #1007
7 years ago
Dan Abramov
8f89578d2d
Make recommendations clearer
7 years ago
Dan Abramov
fd2185b157
Add "Quickly Try JSX"
7 years ago
Dan
796257b34e
Minor tweaks
7 years ago
Dan
eff5afaf3b
Less feels
7 years ago
Dan
9ecd614eb1
Sell JSX step better
7 years ago
Jon Kiparsky
ca4bdedbd6
Remove brand name ( #1008 )
The brand name in the example adds nothing to comprehensibility.
7 years ago
Dan Abramov
b709eb13e8
Wording tweaks
7 years ago
Dan Abramov
2d7c8c41ec
Tweak cross-linking
7 years ago
Kristofer Selbekk
5b2eb6e2af
Fix a typo typo ( #1007 )
7 years ago
Alex Krolick
fc3a5d8dcb
Link to Parcel in Starter Kits ( #991 )
<!--
Thank you for the PR! Contributors like you keep React awesome!
Please see the Contribution Guide for guidelines:
https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md
If your PR references an existing issue, please add the issue number below
-->
7 years ago
Dan Abramov
23e2c59da0
Wording
7 years ago
Dan Abramov
da1b319a04
Typo
7 years ago
Monica Powell
11e1854838
Grammar Update ( #998 )
7 years ago
Sylvan Mably
eb9e3be4bc
Fix typo ( #997 )
7 years ago
Dan Abramov
10bef30202
Minor tweaks
7 years ago
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
7 years ago
Dan
a00440d4e7
Properly cross-link tutorial and guide. Explain why.
7 years ago
Dan
db66436112
Make CodePen links more prominent and consistent
7 years ago
Adam Saghy
2ea33ffc3d
Update conditional-rendering.md ( #990 )
`componentWillUpdate` method will be called before the render method so the returning value of the render method does not affect.
7 years ago
Stephen Lau
61a8b62b03
Mention getSnapshotBeforeUpdate should return. ( #930 )
If getSnapshotBeforeUpdate does not return a snapshot value or null
it will cause a warning. Document that it should return this value.
7 years ago
Rodrigo Bermúdez Schettino
24f0448d7c
Update Ref API in docs ( #970 )
* Update Ref API in docs
Update to new React.createRef() API in guide "Uncontrolled Components".
* Update Ref API in doc example
Use new Ref API in guide's example.
* Fix syntax error in example
* Update highlighting ranges in docs
After updating to the new createRef API, the highlighting ranges in Uncontrolled Components were wrong.
* Update highlighting ranges in docs example
After updating to the new createRef API, the highlighting ranges in Uncontrolled Components were wrong.
* Update highlighting ranges in docs example
Remove empty line in source code.
* Update uncontrolled-components.md
* Update input-type-file.js
7 years ago
Sophie Alpert
5045e82b2a
Clarify class lifetime in class conversion example ( #912 )
* Clarify class lifetime in class conversion example
* Update state-and-lifecycle.md
7 years ago
Jonathan Berger
c47933a314
Correct typo in FAQ ( #985 )
Correcting a small typo.
7 years ago
Andy Edwards
af3b37ece3
docs(forwarding-refs.md): add warning to third-party library maintainers ( #968 )
* docs(forwarding-refs.md): add warning to third-party library maintainers
* Update forwarding-refs.md
* Update forwarding-refs.md
* Update forwarding-refs.md
* tweaks
7 years ago
Alex Krolick
ee650c8b30
Reorganize Hello World Page ( #962 )
* Reorganize Hello World Page
Move codeblock to the very top and and "following along" heading
* Match tense
* Remove subheading
7 years ago
Dan Abramov
81dc09ede1
Make the reference doc tighter
Now that there are some cross referenced links we can tighten it up.
7 years ago
Dan Abramov
17c50df9d9
Explicitly order Main Concepts ( #957 )
7 years ago
Dan Abramov
853f3d1945
Quick Start -> Main Concepts ( #956 )
7 years ago
Dan Abramov
d430480318
Reorder advanced guides by alphabet
I think this way it's clearer they're unordered, thus making it clearer Quick Start *is* ordered.
7 years ago
Dan Abramov
f5b284e101
Remove misleading paragraph
This was never true
7 years ago