Lee Sanghyeon
4b89e83861
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
8 years ago
Andrew Lo
0a5be1bdcd
In the community support doc, I noticed that the React Facebook ( #8138 )
page link is broken since it's missing '.com'.
8 years ago
Gant Laborde
8a3839c3fa
Organize and add confs ( #8129 )
Upcoming proximity followed by past chronological.
8 years ago
Eugene
9c27104e9f
Update reference-react-component.md ( #8126 )
line 320: For example, this code ensures that the `color` prop is a string
8 years ago
Rick Beerendonk
99d139319f
Add React Remote Conf 2016. ( #8094 )
Add video links to some conferences.
8 years ago
Dan Abramov
30aee4908d
Clarify how transition props work ( #8124 )
8 years ago
Ivan Zotov
f342ae9de4
Improve devtools image size for the tutorial ( #8114 )
8 years ago
Andreas Möller
823154cbfc
Fix: Remove unneeded else branches from documentation examples
8 years ago
Dan Abramov
b47e2d77c5
Consistent CodePen links in docs
8 years ago
Varun Bhuvanendran
37e5c0e5c1
added word break ( #8120 )
8 years ago
Lewis Blackwood
3aa40ba6a3
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)`.
8 years ago
王晓勇
cc0050ddeb
Update forms.md ( #8121 )
8 years ago
Dan Abramov
74eac9addd
Tweak Forms
8 years ago
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
8 years ago
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
8 years ago
Alex Katopodis
4ff3c13f60
Fix typo in reconciliation.md ( #8110 )
8 years ago
Lutz Rosema
0ab8a03e93
Use `const` instead of `var` ( #8107 )
It clarifies that `history` and `current` won't be reassigned.
8 years ago
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.
8 years ago
Toru Kobayashi
27cfc54d16
Fix an argument name of TestUtils.renderIntoDocument ( #8104 )
8 years ago
Constantin Gavrilete
4f96d680c7
removed duplicated 'the' ( #8081 )
8 years ago
Dan Abramov
16d8bd1ff6
Add more highlighting to docs ( #8076 )
* Tweak JSX in Depth
* Add highlighting to Refs and the DOM
* More tweaks
8 years ago
Marcio Puga
d9b777e174
Fix typos ( #8067 )
8 years ago
Ashish
d0e054114f
Docs : Fix createClass reference ( #8073 )
Currently react.createClass is wrongly referenced to #react.createclass. Changed it to #createclass!
8 years ago
Dan Abramov
063ed7aacd
Remove references to createClass in createElement docs ( #8064 )
8 years ago
Dan Abramov
8712f6daa0
Link to lifecycle methods from Context doc ( #8062 )
8 years ago
Andrew Poliakov
b2f368c6f4
Update tutorial.md, Taking Turns ( #8058 )
8 years ago
Alireza Mostafizi
25a1e5acae
Update handling-events.md ( #8057 )
8 years ago
William Hoffmann
3af93d6c2e
Fix typo ( #8056 )
8 years ago
Giuseppe
e0704b2590
Docs replace reference to 'getInitialState' with 'state' instance property in "Thinking in React" ( #8059 )
8 years ago
Jason Grlicky
494663ad60
Fix for typos ( #8046 )
8 years ago
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.
8 years ago
Phil Quinn
2e9b16442c
correct order of params in documentation ( #7989 )
8 years ago
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
8 years ago
Oskari Mantere
97a1b89a94
Replace vars with let and const ( #8051 )
8 years ago
Jun Kim
388271bd1e
Fix typo in tutorial.md ( #8047 )
changges -> changes
8 years ago
Taeho Kim
ac5129d7cb
Fix typo in new tutorial code ( #8045 )
8 years ago
Nathan Hardy
4c72dce721
Fix erroneous '}' in JSX examples ( #8043 )
8 years ago
Cody Reichert
66875b66d5
Fix anchor link for displayName ( #8040 )
8 years ago
Ragnar Þór Valgeirsson
7aab5cf706
Convert the Number component to ListItem ( #8039 )
* Convert the Number component to ListItem
* Add updated example CodePen
Also fixes typos.
8 years ago
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
8 years ago
Christopher Chedeau
501974fc8a
Update components-and-props.md
fb indent style
8 years ago
Christopher Chedeau
3071ad08f5
Update react-without-jsx.md
Facebook codestyle
8 years ago
Dan Abramov
842d44dfa5
Fix redirects
8 years ago
Dan Abramov
7e3f5777cb
Minor doc tweaks
8 years ago
Kevin Lacker
aa9544bfac
New Documentation
8 years ago
Piper Chester
ccc4360589
Fix grammatical error
8 years ago
Héctor Ramos
1ec56bea0d
Separate Ruby and Python instructions
8 years ago
Héctor Ramos
e886793d2b
Add Windows-specific instructions
8 years ago
Dan Abramov
55408c5f23
Add 15.4.0 RC3 to Downloads
8 years ago
Héctor Ramos
3db2d19439
Add link to gulpjs
8 years ago