王晓勇
cc0050ddeb
Update forms.md ( #8121 )
2016-10-27 10:26:31 +01:00
Dan Abramov
74eac9addd
Tweak Forms
2016-10-27 02:02:29 +01:00
Eric Nakagawa
5b407f2379
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
e5ca6f513a
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
4ff3c13f60
Fix typo in reconciliation.md ( #8110 )
2016-10-26 17:13:55 +01:00
Lutz Rosema
0ab8a03e93
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
6e1411c4f1
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
27cfc54d16
Fix an argument name of TestUtils.renderIntoDocument ( #8104 )
2016-10-26 13:44:46 +01:00
Constantin Gavrilete
4f96d680c7
removed duplicated 'the' ( #8081 )
2016-10-24 17:34:58 -05:00
Dan Abramov
16d8bd1ff6
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
d9b777e174
Fix typos ( #8067 )
2016-10-24 13:50:04 +01:00
Ashish
d0e054114f
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
063ed7aacd
Remove references to createClass in createElement docs ( #8064 )
2016-10-23 15:48:58 +01:00
Dan Abramov
8712f6daa0
Link to lifecycle methods from Context doc ( #8062 )
2016-10-23 14:35:23 +01:00
Andrew Poliakov
b2f368c6f4
Update tutorial.md, Taking Turns ( #8058 )
2016-10-23 13:49:55 +01:00
Alireza Mostafizi
25a1e5acae
Update handling-events.md ( #8057 )
2016-10-23 13:44:29 +01:00
William Hoffmann
3af93d6c2e
Fix typo ( #8056 )
2016-10-23 13:44:08 +01:00
Giuseppe
e0704b2590
Docs replace reference to 'getInitialState' with 'state' instance property in "Thinking in React" ( #8059 )
2016-10-23 13:41:37 +01:00
Jason Grlicky
494663ad60
Fix for typos ( #8046 )
2016-10-22 16:50:24 -07:00
Jun Kim
24978bc6e9
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
2e9b16442c
correct order of params in documentation ( #7989 )
2016-10-22 21:59:54 +01:00
Sebastian Markbåge
8f67f8ffed
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
97a1b89a94
Replace vars with let and const ( #8051 )
2016-10-22 21:55:29 +01:00
Jun Kim
388271bd1e
Fix typo in tutorial.md ( #8047 )
...
changges -> changes
2016-10-22 21:52:29 +01:00
Taeho Kim
ac5129d7cb
Fix typo in new tutorial code ( #8045 )
2016-10-22 21:46:51 +01:00
Nathan Hardy
4c72dce721
Fix erroneous '}' in JSX examples ( #8043 )
2016-10-22 21:45:29 +01:00
Cody Reichert
66875b66d5
Fix anchor link for displayName ( #8040 )
2016-10-22 21:44:51 +01:00
Ragnar Þór Valgeirsson
7aab5cf706
Convert the Number component to ListItem ( #8039 )
...
* Convert the Number component to ListItem
* Add updated example CodePen
Also fixes typos.
2016-10-22 21:44:28 +01:00
BEAUDRU Manuel
c0c4ade139
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 21:43:15 +01:00
Christopher Chedeau
501974fc8a
Update components-and-props.md
...
fb indent style
2016-10-21 18:30:25 -07:00
Christopher Chedeau
3071ad08f5
Update react-without-jsx.md
...
Facebook codestyle
2016-10-21 14:30:35 -07:00
Dan Abramov
842d44dfa5
Fix redirects
2016-10-21 22:02:30 +01:00
Dan Abramov
7e3f5777cb
Minor doc tweaks
2016-10-21 21:47:43 +01:00
Kevin Lacker
aa9544bfac
New Documentation
2016-10-21 20:59:08 +01:00
Piper Chester
ccc4360589
Fix grammatical error
2016-10-17 21:13:33 -07:00
Héctor Ramos
1ec56bea0d
Separate Ruby and Python instructions
2016-10-14 15:11:27 -07:00
Héctor Ramos
e886793d2b
Add Windows-specific instructions
2016-10-14 15:10:16 -07:00
Dan Abramov
55408c5f23
Add 15.4.0 RC3 to Downloads
2016-10-14 20:21:05 +01:00
Héctor Ramos
3db2d19439
Add link to gulpjs
2016-10-13 15:48:16 -07:00
CT Wu
036832a302
Fix a typo in the doc ( #7969 )
2016-10-13 16:58:57 +01:00
Giorgio Polvara
e458190a61
Fix typo ( #7953 )
2016-10-12 21:29:37 -05:00
Ujjwal Ojha
3c25e09155
Fix typo ( #7909 )
2016-10-12 09:49:56 -05:00
Colin Wren
f1c916dc7f
Fix typo in more-about-refs.md ( #7933 )
2016-10-11 11:56:34 +01:00
Alex Babkov
9f3d131c36
Typo fixes in codebase-overview.md ( #7938 )
2016-10-11 11:55:06 +01:00
Aesop Wolf
0fd5078cf4
Update codebase-overview.md ( #7934 )
...
Fix typo
2016-10-11 01:14:05 +01:00
Dan Abramov
ec9d728f3d
Add Implementation Notes and amend Codebase Overview ( #7830 )
...
* Add more to Codebase Overview
* WIP
* Start a reconciler overview
* Add a few more sections
* todo
* WIP
* Finish it
* Whitespace
* Minor tweaks
* Minor tweaks
2016-10-10 17:29:48 +01:00
Sophia
66b8e25b43
removing parent/child references in props section of tutorial ( #7887 )
2016-10-05 22:29:55 +01:00
Michael O'Brien
f665a4b48a
Update comment to refer to correct method name ( #7873 )
2016-10-04 22:53:26 +01:00
Dan Abramov
55f37b4576
Update the homepage with ES6 ( #7868 )
...
* Update the homepage with ES6
* Avoid array spread and stale state
2016-10-04 19:33:09 +01:00
Kateryna
976ca17896
Fix initial state example for Recat.createClass ( #7867 )
...
In the example there was a typo with setting initial state using `getInitialState` method
2016-10-04 18:43:49 +01:00