Alan deLevie
a69a581441
Make tutorial CDN URLs use https
2015-02-17 14:34:01 -05:00
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.
2015-02-17 06:40:48 -06:00
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!
2015-02-16 17:12:19 -08:00
Christopher Chedeau
fb5ed400a7
Tweaks on Advanced Performance
2015-02-11 11:14:59 -08:00
Christopher Chedeau
97e8607897
Advanced Performance Doc
2015-02-11 10:53:57 -08:00
Paul O’Shannessy
c3968ae909
Merge pull request #2998 from rickbeerendonk/docs-conferences
...
Add Conferences section to the Community Resources on the website
2015-02-09 14:32:04 -08:00
Rick Beerendonk
037b582938
Remove zerowidth space at the beginning of file
2015-02-09 22:17:33 +01:00
Paul O’Shannessy
59daa2b7a2
Merge pull request #3082 from hzoo/patch-1
...
Add React.js Conf Keynote talk (with playlist)
2015-02-09 10:17:37 -08:00
Paul O’Shannessy
3f7113739f
Merge pull request #3089 from iamdanfox/fix-markdown-parsing-error-3075
...
Fix markdown parsing error
2015-02-09 10:12:17 -08:00
Paul O’Shannessy
53ae8e893e
Merge pull request #2968 from ClimbsRocks/patch-5
...
Reordered 'Using Props' before 'Component Properties'
2015-02-09 10:08:44 -08:00
Dan Fox
59fa2f44df
Fix markdown parsing error
...
closes #3075
2015-02-08 11:31:48 +00:00
Paul O’Shannessy
3fc6dad05d
Merge pull request #3074 from noyobo/master
...
fix Chinese docs typos
2015-02-06 17:17:46 -08:00
Henry Zhu
7cfc1de1bb
Add React.js Conf Keynote talk (with playlist)
2015-02-06 18:31:00 -05:00
Jim
cd6fec52bf
Merge pull request #3078 from vincentriemer/patch-1
...
Fixed pure-render-mixin documentation
2015-02-06 13:33:06 -08:00
Vincent Riemer
ce02428d84
Corrected pure-render-mixin documentation
...
Fixed the PureRenderMixin documentation which was incorrectly importing the base React library instead of ReactWithAddons.
2015-02-06 14:34:09 -05:00
noyobo
d722d9e142
Chinese docs Typesetting beautification & relate links
2015-02-06 19:44:14 +08:00
noyobo
ae604afc54
Chinese docs typo
2015-02-06 17:31:33 +08:00
YouBao Nong
5612f19ab0
sync up Chinese docs links
2015-02-06 16:26:43 +08:00
YouBao Nong
23737c558d
fix next page link typo
...
下一页链接错误
2015-02-06 15:53:45 +08:00
Preston Parry
809c13e552
Update tutorial.md
2015-02-05 22:57:36 -08:00
G. Kay Lee
e22e3e4fc0
Fix typos
2015-02-06 14:47:56 +08:00
Andrew Cobby
9e2778ccf7
Add autoFocus to supported HTML attributes
...
It appears to be supported http://jsfiddle.net/9f48wbsa/1/
2015-02-05 16:45:27 +10:00
Paul O’Shannessy
78c97867d7
Merge pull request #3022 from btholt/master
...
Added itemRef and itemId for complete microdata support.
2015-02-04 16:57:03 -08:00
Paul O’Shannessy
e8b8f595c0
Merge pull request #2969 from gsklee/patch-1
...
Update thinking-in-react.md
2015-02-04 15:22:37 -08:00
Paul O’Shannessy
f1c37c4b0b
Merge pull request #3013 from akheron/patch-2
...
Document React.addons.TestUtils.isElement()
2015-02-04 15:19:08 -08:00
Paul O’Shannessy
52a65dac37
Merge pull request #3032 from germ13/patch-1
...
Corrected documentation
2015-02-04 11:46:27 -08:00
Jamison Dance
06f7fd7c5d
Fix list formatting in glossary
2015-02-03 23:34:43 -07:00
juan serrano
74f7616a0a
Corrected documentation
2015-02-03 18:41:47 -08:00
Paul O’Shannessy
8b15ce3a66
Merge pull request #3016 from hnordt/patch-1
...
Removing unnecessary returns
2015-02-03 10:46:21 -08:00
Héliton Nordt
711becb883
Fix highlighting
2015-02-03 08:38:16 -02:00
Brian Holt
f0d46aa959
Added itemRef and itemId for complete microdata support.
2015-02-02 17:17:04 -08:00
Paul O’Shannessy
67306fa3d6
Merge pull request #2997 from rickbeerendonk/2943-jsx-build-tool-documentation
...
Documents that JSX tool is transforming files with .js extension (and no...
2015-02-02 11:25:32 -08:00
Héliton Nordt
0f27514cef
Removing unnecessary returns
2015-02-02 17:20:38 -02:00
Paul O’Shannessy
10f8077b5c
Merge pull request #3011 from koba04/fix-coponent-api-doc
...
Fix consistency of component api document
2015-02-02 11:18:10 -08:00
Petri Lehtinen
d4d5ea8253
Document React.addons.TestUtils.isElement()
2015-02-02 10:22:52 +02:00
Toru Kobayashi
16a99a1247
Fix consistency of component api document
2015-02-02 09:52:08 +09:00
Rafael
c3c9103538
remove extraneous comma in tutorial
2015-01-31 12:31:14 -10:00
Rick Beerendonk
2e4f81f4ab
Add Conferences section to the Community Resources on the website
2015-01-31 22:46:03 +01:00
Rick Beerendonk
f9a27cb317
Documents that JSX tool is transforming files with .js extension (and not .jsx) by default
2015-01-31 20:59:18 +01:00
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.
2015-01-30 16:47:44 -08:00
G. Kay Lee
faca6b5b60
Update thinking-in-react.md
...
Make style consistent with `tutorial.md`
2015-01-28 16:59:03 +08:00
Preston Parry
302fd73793
Update tutorial.md
2015-01-27 20:27:16 -08:00
Preston Parry
b63c4269b5
Update 04-multiple-components.md
2015-01-27 14:34:35 -08:00
Ben Alpert
96398cc2e6
Merge pull request #2962 from ClimbsRocks/patch-3
...
Docs wording tweak for clarity
2015-01-27 11:59:00 -08:00
Preston Parry
1b0f933aba
Update 02.1-jsx-in-depth.md
2015-01-27 11:22:21 -08:00
Preston Parry
5187f9c650
Rewording for clarity
2015-01-27 11:04:21 -08:00
Patrick Laughlin
d1eda2cb43
Update 06-transferring-props.md
2015-01-25 22:03:57 -05:00
Paul O’Shannessy
f9a0d21aeb
Merge pull request #2903 from tendant/merge-conflicts-in-translation
...
Update documents for Chinese translation
2015-01-22 12:55:53 -08:00
Jim
26b8bcd1f4
Merge pull request #2518 from jsfb/documentation-for-dangerouslySetInnerHtml
...
Document justification for dangerouslySetInnerHTML, fixes #2256
2015-01-22 10:52:47 -08:00
Ben Alpert
7c17b0e08e
Merge pull request #2902 from swestwood/patch-2
...
Correctly highlight changed line in tutorial.
2015-01-22 08:27:29 -08:00