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 |
Hou Chia
|
22734b40e5
|
Update 03-interactivity-and-dynamic-uis.md: correct typo
My file change corrects a typo in the document.
Best,
Hou
|
10 years ago |
Alex Boyd
|
83bf9de1a1
|
ref-08-reconciliation.md: grammar/punctuation fixes
|
10 years ago |
chen
|
1d2d17bfdc
|
Update 07-forms.md
|
10 years ago |
Paul O’Shannessy
|
467d020734
|
[docs] Talk about running a server in tutorial
We've talked about this a few times and even half done it. This is for
real.
|
10 years ago |
Jason Bonta
|
1d4cbb439f
|
suggesting the use of immutable js for comparisons
|
10 years ago |
Jim
|
48eddd101e
|
Update docs to indicate that componentDDidUpdate is fired after changes are flushed to the DOM. Fixes #2796
|
10 years ago |
Rick Beerendonk
|
a7aad17d87
|
Update ref-09-glossary.md
Minor grammatical fix.
|
10 years ago |
Mihai Parparita
|
751e21a58e
|
SyntheticEvent.timeStamp is a number, not a Date
Also makes the a few other attribute types use lowercase (primitive) naming, to be consistent.
|
10 years ago |
Chitharanjan Das
|
1307460818
|
Update 02-displaying-data.md
Just a couple of minor grammatical fixes.
|
10 years ago |
Roman Vanesyan
|
f0f274c3b6
|
Update ref-01-top-level-api.md
React isn't framework, it's library for UI!?
|
10 years ago |
Paul O’Shannessy
|
dfd4e09c18
|
update docs for 0.12.2 changes
(cherry picked from commit e6e60c4fa848d1c9ce1349eff750cfa2faf156dc)
|
10 years ago |
minwe
|
03ead9d5b0
|
add Event System doc Chinese translation
|
10 years ago |
minwe
|
ffb5ec96a3
|
add Forms doc Chinese translation
|
10 years ago |