tomocchino
88296d994d
Merge branch '15-dev' into 15-stable
2016-11-16 14:08:52 +00:00
Kevin Lacker
db0ec1ab0f
forms breakup
2016-11-08 21:38:44 +00:00
Kevin Lacker
3fe1664601
Docs: add a bunch of redirects ( #8137 )
...
* add a bunch of redirects
* add more redirects
2016-11-08 19:32:31 +00:00
Robert Haritonov
cc3b821f66
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 19:31:23 +00:00
Brent Vatne
2692cf4f03
Add Agent Conference to conferences docs ( #8196 )
...
* Add Agent Conference to conferences docs
* Move Agent Conference to upcoming conferences
2016-11-08 19:31:10 +00:00
Gant Laborde
b691f7448f
Organize and add confs ( #8129 )
...
Upcoming proximity followed by past chronological.
2016-11-08 19:31:01 +00:00
Rick Beerendonk
dec8b62796
Add React Remote Conf 2016. ( #8094 )
...
Add video links to some conferences.
2016-11-08 19:30:48 +00:00
Alex Baumgertner
44550c374f
Fix method markdown highlight ( #8218 )
2016-11-08 19:21:44 +00:00
Skasi
d7d9b81a85
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-11-08 19:21:16 +00:00
Lee Sanghyeon
d128b45c6f
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-11-08 19:20:59 +00:00
bel3atar
e2a70ac0ea
add missing verb ( #8139 )
...
`why is an` should be `why it is an`
2016-11-08 19:20:28 +00:00
Andrew Lo
b062596fd4
In the community support doc, I noticed that the React Facebook ( #8138 )
...
page link is broken since it's missing '.com'.
2016-11-08 19:18:20 +00:00
Damien Soulard
5014781d21
update-unknown-warning-page - add a reason for the warning ( #8131 )
...
* update-unknown-warning-page - add a reason for this warning
* Minor tweaks
2016-11-08 19:17:03 +00:00
Eugene
923aee7cf5
Update reference-react-component.md ( #8126 )
...
line 320: For example, this code ensures that the `color` prop is a string
2016-11-08 19:14:52 +00:00
Dan Abramov
04ebe6d8c1
Clarify how transition props work ( #8124 )
2016-11-08 19:14:34 +00:00
Ivan Zotov
445ded0e3b
Improve devtools image size for the tutorial ( #8114 )
2016-11-08 19:14:14 +00:00
Andreas Möller
de4c0127ad
Fix: Remove unneeded else branches from documentation examples
2016-10-27 13:15:50 +01:00
Lewis Blackwood
48949f35c5
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:15:39 +01:00
Varun Bhuvanendran
a8fc7d80e2
added word break ( #8120 )
2016-10-27 13:15:26 +01:00
王晓勇
ceb282a46d
Update forms.md ( #8121 )
2016-10-27 13:15:11 +01:00
Dan Abramov
1668ccb2b0
Tweak Forms
2016-10-27 02:02:14 +01:00
Eric Nakagawa
95cf873e53
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 01:11:31 +01:00
Eric Nakagawa
7d5498de1b
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-27 01:11:00 +01:00
Alex Katopodis
e2c648e93c
Fix typo in reconciliation.md ( #8110 )
2016-10-27 01:10:30 +01:00
Lutz Rosema
ca8ddfda02
Use const instead of var ( #8107 )
...
It clarifies that `history` and `current` won't be reassigned.
2016-10-27 01:10:15 +01:00
Toru Kobayashi
a53e45ada0
Fix an argument name of TestUtils.renderIntoDocument ( #8104 )
2016-10-27 01:09:47 +01:00
Jae Hun Lee
c07ed1a498
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-27 01:09:23 +01:00
Constantin Gavrilete
f87407034d
removed duplicated 'the' ( #8081 )
2016-10-27 01:09:04 +01:00
Dan Abramov
6f26178a3a
Add more highlighting to docs ( #8076 )
...
* Tweak JSX in Depth
* Add highlighting to Refs and the DOM
* More tweaks
2016-10-24 15:53:09 +01:00
Ashish
7480eb2317
Docs : Fix createClass reference ( #8073 )
...
Currently react.createClass is wrongly referenced to #react.createclass. Changed it to #createclass!
2016-10-24 15:52:57 +01:00
Marcio Puga
933898b457
Fix typos ( #8067 )
2016-10-24 15:52:46 +01:00
Dan Abramov
5d08b299a7
Remove references to createClass in createElement docs ( #8064 )
2016-10-23 15:49:07 +01:00
Dan Abramov
6165c49f1d
Link to lifecycle methods from Context doc ( #8062 )
2016-10-23 14:35:40 +01:00
Giuseppe
20587a4733
Docs replace reference to 'getInitialState' with 'state' instance property in "Thinking in React" ( #8059 )
2016-10-23 13:52:19 +01:00
Andrew Poliakov
6a89bc9be0
Update tutorial.md, Taking Turns ( #8058 )
2016-10-23 13:52:00 +01:00
Alireza Mostafizi
ba488ce64f
Update handling-events.md ( #8057 )
2016-10-23 13:51:48 +01:00
William Hoffmann
b06fd4b36d
Fix typo ( #8056 )
2016-10-23 13:51:31 +01:00
Jun Kim
2d37da10db
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-23 13:51:04 +01:00
Jason Grlicky
b46d90e09d
Fix for typos ( #8046 )
2016-10-23 13:50:51 +01:00
Christopher Chedeau
1d74e43b2c
Update components-and-props.md
...
fb indent style
2016-10-22 22:08:36 +01:00
Christopher Chedeau
27ce7a9151
Update react-without-jsx.md
...
Facebook codestyle
2016-10-22 22:08:27 +01:00
Oskari Mantere
a9578c9d5b
Replace vars with let and const ( #8051 )
2016-10-22 22:07:23 +01:00
Jun Kim
b82f13546f
Fix typo in tutorial.md ( #8047 )
...
changges -> changes
2016-10-22 22:07:06 +01:00
Taeho Kim
3979c734a2
Fix typo in new tutorial code ( #8045 )
2016-10-22 22:06:54 +01:00
Nathan Hardy
24f27f81a5
Fix erroneous '}' in JSX examples ( #8043 )
2016-10-22 22:06:41 +01:00
Sebastian Markbåge
9c7d8a941d
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 22:06:23 +01:00
Cody Reichert
f05fe34a85
Fix anchor link for displayName ( #8040 )
2016-10-22 22:06:10 +01:00
Ragnar Þór Valgeirsson
ea6c7f4edb
Convert the Number component to ListItem ( #8039 )
...
* Convert the Number component to ListItem
* Add updated example CodePen
Also fixes typos.
2016-10-22 22:05:53 +01:00
BEAUDRU Manuel
a7cb3ace36
Wrong library name reference in tutorial.MD ( #8038 )
...
* Update tutorial.md
Seems like you are talking about immutable.js and not immutability.js which doesn't exist :)
* Capitalize Immutable.js
2016-10-22 22:05:40 +01:00
Piper Chester
89defaa712
Fix grammatical error
2016-10-22 22:05:15 +01:00