Ville Immonen and Dan Abramov
3668a2e678
Remove string ref from function component example ( #8244 )
...
Refs can't be attached to stateless functional components.
2016-11-09 16:38:36 +00:00
Kevin Lacker and Dan Abramov
3a09f4bf30
forms breakup
2016-11-08 21:38:03 +00:00
Samer Buna and Dan Abramov
e25d899d23
Remove unnecessary findDOMNode calls ( #8198 )
2016-11-08 21:15:01 +00:00
Nate and Dan Abramov
2317fcaccb
Fix typos in Shallow Rendering Documentation ( #8226 )
...
* Fix typos in Shallow Rendering Documentation
* Fix another occurrence
2016-11-08 20:29:27 +00:00
Kevin Lacker and Dan Abramov
d885894c6e
Docs: add a bunch of redirects ( #8137 )
...
* add a bunch of redirects
* add more redirects
2016-11-08 19:32:02 +00:00
Robert Haritonov and Brandon Dail
ccf6f5922e
Add React Amsterdam 2017 ( #8235 )
...
We've recently announced the dates for our next React Amsterdam edition, looking forward on adding it to the list.
2016-11-08 09:20:22 -06:00
Alex Baumgertner and Brandon Dail
5166a1b446
Fix method markdown highlight ( #8218 )
2016-11-07 11:57:23 -06:00
Brent Vatne and Brandon Dail
09ce083c4c
Add Agent Conference to conferences docs ( #8196 )
...
* Add Agent Conference to conferences docs
* Move Agent Conference to upcoming conferences
2016-11-03 15:18:48 -05:00
Yura Chuchola and Kevin Lacker
abeae306e5
Update forms.md ( #8136 )
...
The component Form in "Uncontrolled Radio Button" example doesn't need state, because it does not used in render() method.
2016-10-31 17:35:20 -07:00
Damien Soulard and Dan Abramov
f53854424b
update-unknown-warning-page - add a reason for the warning ( #8131 )
...
* update-unknown-warning-page - add a reason for this warning
* Minor tweaks
2016-10-31 13:01:06 +00:00
Skasi and Dan Abramov
abf37ea484
Remove duplicated word in doc ( #8157 )
...
Gets rid of an obsolete word in the documentation for "State and Lifecycle":
"Consider the ticking clock example from the one of the previous sections."
->
"Consider the ticking clock example from one of the previous sections."
2016-10-31 11:42:02 +00:00
bel3atar and Dan Abramov
980cb01a84
add missing verb ( #8139 )
...
`why is an` should be `why it is an`
2016-10-31 11:41:43 +00:00
Lee Sanghyeon and Dan Abramov
f29a7bac0e
Update codebase-overview.md ( #8142 )
...
* Update codebase-overview.md
Fix the broken source code URL in 'Event System' section.
* Update codebase-overview.md
Re-fix link name
2016-10-29 13:01:41 +01:00
Andrew Lo and Dan Abramov
1efb7a4e35
In the community support doc, I noticed that the React Facebook ( #8138 )
...
page link is broken since it's missing '.com'.
2016-10-29 00:31:01 +01:00
Gant Laborde and Kevin Lacker
6825773882
Organize and add confs ( #8129 )
...
Upcoming proximity followed by past chronological.
2016-10-28 11:21:21 -07:00
Eugene and Dan Abramov
0e23880d22
Update reference-react-component.md ( #8126 )
...
line 320: For example, this code ensures that the `color` prop is a string
2016-10-27 19:25:43 +01:00
Rick Beerendonk and Kevin Lacker
346dcaacfa
Add React Remote Conf 2016. ( #8094 )
...
Add video links to some conferences.
2016-10-27 11:25:14 -07:00
Dan Abramov and GitHub
e1b140225a
Clarify how transition props work ( #8124 )
2016-10-27 14:21:34 +01:00
Ivan Zotov and Dan Abramov
b3b13919c7
Improve devtools image size for the tutorial ( #8114 )
2016-10-27 13:54:18 +01:00
Andreas Möller and Dan Abramov
1e126c29dd
Fix: Remove unneeded else branches from documentation examples
2016-10-27 13:12:37 +01:00
Dan Abramov
a4b9abff42
Consistent CodePen links in docs
2016-10-27 13:06:09 +01:00
Varun Bhuvanendran and Dan Abramov
603b7194dc
added word break ( #8120 )
2016-10-27 13:01:51 +01:00
Lewis Blackwood and Dan Abramov
dba8f25854
Correct usage of formatName() function in docs ( #8122 )
...
The code section above these changes defines a `formatName` function
that expects a parameter `user`. The code section containing these
changes incorrectly called `formatName(user.name)`. For those following
along with CodePen, this section should correctly call
`formatName(user)`.
2016-10-27 13:01:04 +01:00
王晓勇 and Dan Abramov
e3688d1fa3
Update forms.md ( #8121 )
2016-10-27 10:26:31 +01:00
Dan Abramov
cc3dc21be0
Tweak Forms
2016-10-27 02:02:29 +01:00
Eric Nakagawa and Dan Abramov
552033e33b
Docs update - Additional ( #8115 )
...
* Reapplied fixes to updated docs from master
* Reapplied fixes to Forms, removed ES2016 function includes()
* Missing carriage return
* Adding back some line breaks
* Making requested changes.
* Making space changes
* Fixed typo and removed unnecessary hyphen.
* Reworded select, and highlighted line
* Fixed string styles
* Refactored <label> to use htmlFor
* Another refactor of <label>
* Removed name prop from radiobutton
2016-10-27 00:14:08 +01:00
Eric Nakagawa and Kevin Lacker
47e665a2fc
Forms Update ( #8112 )
...
* Reapplied fixes to updated docs from master
* Reapplied fixes to Forms, removed ES2016 function includes()
* Missing carriage return
* Adding back some line breaks
* Making requested changes.
* Making space changes
2016-10-26 13:45:25 -07:00
Alex Katopodis and Dan Abramov
2ba571c246
Fix typo in reconciliation.md ( #8110 )
2016-10-26 17:13:55 +01:00
Lutz Rosema and Dan Abramov
42465eefed
Use const instead of var ( #8107 )
...
It clarifies that `history` and `current` won't be reassigned.
2016-10-26 15:20:09 +01:00
Jae Hun Lee and Dan Abramov
ce2dee32fd
Update lists-and-keys.md ( #8090 )
...
There is mismatching variable name both definition and usage.
In line 156, an argument name called item is change to match the usage in line 158.
2016-10-26 14:17:21 +01:00
Toru Kobayashi and Dan Abramov
d49dfe7da4
Fix an argument name of TestUtils.renderIntoDocument ( #8104 )
2016-10-26 13:44:46 +01:00
Constantin Gavrilete and Brandon Dail
82d592a0fa
removed duplicated 'the' ( #8081 )
2016-10-24 17:34:58 -05:00
Dan Abramov and GitHub
e1ee94ca17
Add more highlighting to docs ( #8076 )
...
* Tweak JSX in Depth
* Add highlighting to Refs and the DOM
* More tweaks
2016-10-24 15:48:46 +01:00
Marcio Puga and Dan Abramov
6fa1ddbdb4
Fix typos ( #8067 )
2016-10-24 13:50:04 +01:00
Ashish and Dan Abramov
8333b891e4
Docs : Fix createClass reference ( #8073 )
...
Currently react.createClass is wrongly referenced to #react.createclass. Changed it to #createclass!
2016-10-24 13:34:17 +01:00
Dan Abramov and GitHub
156639241e
Remove references to createClass in createElement docs ( #8064 )
2016-10-23 15:48:58 +01:00
Dan Abramov and GitHub
46eca10046
Link to lifecycle methods from Context doc ( #8062 )
2016-10-23 14:35:23 +01:00
Andrew Poliakov and Dan Abramov
4e98dba6d3
Update tutorial.md, Taking Turns ( #8058 )
2016-10-23 13:49:55 +01:00
Alireza Mostafizi and Dan Abramov
e527b3a464
Update handling-events.md ( #8057 )
2016-10-23 13:44:29 +01:00
William Hoffmann and Dan Abramov
29f5da8de4
Fix typo ( #8056 )
2016-10-23 13:44:08 +01:00
Giuseppe and Dan Abramov
74026fd9ea
Docs replace reference to 'getInitialState' with 'state' instance property in "Thinking in React" ( #8059 )
2016-10-23 13:41:37 +01:00
Jason Grlicky and Ben Alpert
952bdca020
Fix for typos ( #8046 )
2016-10-22 16:50:24 -07:00
Jun Kim and Ben Alpert
284a96b9a6
Fix illogical code in tutorial.md ( #8048 )
...
The tutorial wants to throw a 'warning' and explains about 'key' of React's list, but it throws nothing since there is sensible key.
"key={move}" should be removed, and added after explaining about key.
2016-10-22 16:49:07 -07:00
Phil Quinn and Dan Abramov
cf37402338
correct order of params in documentation ( #7989 )
2016-10-22 21:59:54 +01:00
Sebastian Markbåge and Dan Abramov
57f07777ef
Fix relative link in Hello World ( #8041 )
...
* Fix relative link in Hello World
This links https://facebook.github.io/docs/installation.html which redirects to https://code.facebook.com/
* Update hello-world.md
* Fix link
2016-10-22 21:56:53 +01:00
Oskari Mantere and Dan Abramov
38c22252f4
Replace vars with let and const ( #8051 )
2016-10-22 21:55:29 +01:00
Jun Kim and Dan Abramov
37f94bd3bb
Fix typo in tutorial.md ( #8047 )
...
changges -> changes
2016-10-22 21:52:29 +01:00
Taeho Kim and Dan Abramov
a5ff2f1e9c
Fix typo in new tutorial code ( #8045 )
2016-10-22 21:46:51 +01:00
Nathan Hardy and Dan Abramov
f7cb6cbe15
Fix erroneous '}' in JSX examples ( #8043 )
2016-10-22 21:45:29 +01:00
Cody Reichert and Dan Abramov
4d3c5ea23c
Fix anchor link for displayName ( #8040 )
2016-10-22 21:44:51 +01:00