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
Preston Parry
1b0f933aba
Update 02.1-jsx-in-depth.md
10 years ago
Preston Parry
5187f9c650
Rewording for clarity
10 years ago
Patrick Laughlin
d1eda2cb43
Update 06-transferring-props.md
10 years ago
Kirk Steven Hansen
de43169c6b
Typo in first commit.
10 years ago
Kirk Steven Hansen
e4d4cd3e59
Updated tutorial to be more clear about the dependence on the --harmony flag.
10 years ago
Lei
0c713690e5
Add Chinese translation of reusable-components
10 years ago
Lei
b92a86751c
Add Chinese translation of multiple-components
10 years ago
Sophia Westwood
ec3a62420b
Correctly highlight changed line in tutorial.
This excerpt adds the onSubmit handler to the form element, but the line was not highlighted as having been modified.
10 years ago
Jim
7c20ccbc73
Document justification for dangerouslySetInnerHTML, fixes #2256
Conflicts:
docs/_data/nav_tips.yml
docs/tips/17-children-undefined.md
10 years ago
amykyta
20d2dfec1d
Update 02.1-jsx-in-depth.md
10 years ago
Cam Song
f14655fade
Add Chinese translation to 7 more pages.
Translate 'Note' to '注意' instead of '提示' to make it more sensible.
10 years ago