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
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
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
Preston Parry
b63c4269b5
Update 04-multiple-components.md
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
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