Jim
d25e5aed00
Added docs about the ref-as-callback.
10 years ago
Jim
135117dd27
Added docs about the first-parameter-is-function version of setState.
10 years ago
Paul O’Shannessy
c0630494d3
[docs] React.cloneElement
10 years ago
Paul O’Shannessy
ab11e54d4c
Add deprecation note for deprecated component APIs
10 years ago
Ben Alpert
3d6af36002
Add docs for createFragment
10 years ago
BinaryMuse
973a7a8eb2
Add onContextMenu to events doc
10 years ago
Rick Beerendonk
60d197eca3
Add documentation about JSX and displayName.
The section that described how JSX transform handles displayName was lost in commit 9b1ee4de4636fcc9af1cf93099e062a3f6eb96f5
Fixes #3338
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
Aria Buckles
fa83c48c73
[Docs] Add 'ing' to make "opening" and "closing" line up
Test Plan:
None
10 years ago
brafdlog
203b7fa42d
There was a redundant word in the sentence
10 years ago
Ben Alpert
9cf4a87fff
Add note about enter/leave bubbling
Fixes #2826 .
10 years ago
Daniel Mané
9e77ef78a4
Add mention of go and php server implementations in React tutorial
10 years ago
Bob Ralian
3d9349c653
clarifies forceUpdate method
10 years ago
Toru Kobayashi
906f0bfe62
Fix a doc. cloneWithProps clones a ReactElement.
10 years ago
Paul Harper
4ad2e392bf
Modify sample CSS so that it works in Safari
When animating the max-height property in Safari, entering the leave state would trigger an animation to `max-height: 0`. Then when the active state kicked in, it would jump and didn't really look right. Moving the `transition` css property to the active version fixed the issue for me and worked on Safari, Chrome and Firefox. Unfortunately I'm not in a position to test in IE at the moment, but I'll do that at my first convenience tomorrow.
10 years ago
Stefan Dombrowski
ad7608e46b
Using https for embedded fiddles
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
10 years ago
Alan deLevie
a69a581441
Make tutorial CDN URLs use https
10 years ago
Brian Kung
4b16e13212
[Docs] Clarify section on namespaced components
While going through the docs, I wasn't sure if the first example was
something I should do or not. This makes the wording a bit more clear.
10 years ago
Michelle Todd
a753bcc8da
[Docs] Reword section on React without JSX
Summary:
This section was confusing. I reworded it from:
"JSX is completely optional. You don't have to use JSX with React.
You can create these trees through `React.createElement`. The first
argument is the tag, pass a properties object as the second
argument and children to the third argument."
to:
"JSX is completely optional; you don't have to use JSX with React.
You can create React elements in plain JavaScript using
`React.createElement`, which takes a tag name or component, a
properties object, and variable number of optional child
arguments."
and additionally added another child element to the example code.
Test Plan:
Read the new paragraph!
10 years ago
Christopher Chedeau
fb5ed400a7
Tweaks on Advanced Performance
10 years ago
Christopher Chedeau
97e8607897
Advanced Performance Doc
10 years ago
Rick Beerendonk
037b582938
Remove zerowidth space at the beginning of file
10 years ago
Dan Fox
59fa2f44df
Fix markdown parsing error
closes #3075
10 years ago
Henry Zhu
7cfc1de1bb
Add React.js Conf Keynote talk (with playlist)
10 years ago
Cheng Lou
9a21eec36e
[Docs] Add note on classSet deprecation
10 years ago
Vincent Riemer
ce02428d84
Corrected pure-render-mixin documentation
Fixed the PureRenderMixin documentation which was incorrectly importing the base React library instead of ReactWithAddons.
10 years ago
noyobo
d722d9e142
Chinese docs Typesetting beautification & relate links
10 years ago
noyobo
ae604afc54
Chinese docs typo
10 years ago
YouBao Nong
5612f19ab0
sync up Chinese docs links
10 years ago
YouBao Nong
23737c558d
fix next page link typo
下一页链接错误
10 years ago
Preston Parry
809c13e552
Update tutorial.md
10 years ago
G. Kay Lee
e22e3e4fc0
Fix typos
10 years ago
Nick Williams
d475f70910
document checkbox using click handlers for change events
I hit an issue related to this earlier today. Feels like a short paragraph warning of potential issues would be of benefit. Discussed with @zpao on IRC, agreed to make PR.
For more info:
* https://github.com/facebook/react/issues/3005#issuecomment-72513965
* c7e4f55eb0/src/browser/eventPlugins/ChangeEventPlugin.js (L287)
10 years ago
Andrew Cobby
9e2778ccf7
Add autoFocus to supported HTML attributes
It appears to be supported http://jsfiddle.net/9f48wbsa/1/
10 years ago
Jamison Dance
06f7fd7c5d
Fix list formatting in glossary
10 years ago
juan serrano
74f7616a0a
Corrected documentation
10 years ago
Héliton Nordt
711becb883
Fix highlighting
10 years ago
Brian Holt
f0d46aa959
Added itemRef and itemId for complete microdata support.
10 years ago
Héliton Nordt
0f27514cef
Removing unnecessary returns
10 years ago
Petri Lehtinen
d4d5ea8253
Document React.addons.TestUtils.isElement()
10 years ago
Toru Kobayashi
16a99a1247
Fix consistency of component api document
10 years ago
Rafael
c3c9103538
remove extraneous comma in tutorial
10 years ago
Rick Beerendonk
2e4f81f4ab
Add Conferences section to the Community Resources on the website
10 years ago
Rick Beerendonk
f9a27cb317
Documents that JSX tool is transforming files with .js extension (and not .jsx) by default
10 years ago
Jeff Kolesky
890dc826a5
Documents that `classSet` concatenates its arguments
Just wanted it to be noted that `classSet` operates in two ways, both of which are valuable.
10 years ago
G. Kay Lee
faca6b5b60
Update thinking-in-react.md
Make style consistent with `tutorial.md`
10 years ago
Preston Parry
302fd73793
Update tutorial.md
10 years ago
Scott Feeney
09e80b0a06
Mention shallow rendering's limitations
Also, move it to the bottom of the test utils documentation and mention that it's experimental.
10 years ago
Preston Parry
b63c4269b5
Update 04-multiple-components.md
10 years ago
Scott Feeney
969a4bf74c
Add documentation for shallow testing
See #2393 for the original issue, and #2497 for the implementation.
10 years ago