Paul O’Shannessy
e6a3802e06
v0.13.0-rc1
10 years ago
Bartosz Kaszubowski
0656758b18
wider Twitter timeline on support page
10 years ago
Paul O’Shannessy
606b7be261
Merge pull request #2994 from chenglou/docs-classset
[Docs] Add note on classSet deprecation
10 years ago
Greg Hurrell
4b1794d09b
Add Relay blog post
closes #3174
10 years ago
Paul O’Shannessy
6460227d05
Merge pull request #3209 from chicoxyzzy/eslint-everywhere
lint from root
10 years ago
Jim
fefcc0a5c4
Merge pull request #2921 from hanski07/updateTransferringPropsDocs
Update transferring props docs
10 years ago
Toru Kobayashi
906f0bfe62
Fix a doc. cloneWithProps clones a ReactElement.
10 years ago
chico
3fcd3824b3
lint from root
10 years ago
Jim
f162ba1c71
Merge pull request #3180 from cody/https
Using https URLs for embedded fiddles
10 years ago
Steven Luscher
525c00597b
Added the immutability talk to the React.js Conf update.
(cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af)
10 years ago
Stefan Dombrowski
ad7608e46b
Using https for embedded fiddles
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
10 years ago
Steven Luscher
756b19310a
Added special edition round-up for React.js Conf 2015
(cherry picked from commit 233980826cb36244dbcd6de0f9bb9f0a3fcae1ac)
10 years ago
Alan deLevie
a69a581441
Make tutorial CDN URLs use https
10 years ago
Paul O’Shannessy
37bed2afeb
Merge pull request #3168 from briankung/docs-jsx-namespacing
[Docs] Clarify section on namespaced components
10 years ago
Paul O’Shannessy
fa09b7c325
Merge pull request #3147 from hzoo/lint-fixes
lint whitespace , trailing comma
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
Henry Zhu
a8ed7edf7e
lint whitespace
- use spaces
- remove space before paren in function
- remove space before colon in object
10 years ago
Brian Kung
20a59c74ee
Bumps safe_yaml to 1.0.4 (was 1.0.3) to fix bug
safe_yaml 1.0.3 has some issues with Ruby 2.2.0:
https://github.com/dtao/safe_yaml/issues/67
10 years ago
Christopher Chedeau
5304dd9a29
update image perf
10 years ago
Christopher Chedeau
fb5ed400a7
Tweaks on Advanced Performance
10 years ago
Christopher Chedeau
97e8607897
Advanced Performance Doc
10 years ago
Paul O’Shannessy
c3968ae909
Merge pull request #2998 from rickbeerendonk/docs-conferences
Add Conferences section to the Community Resources on the website
10 years ago
Rick Beerendonk
037b582938
Remove zerowidth space at the beginning of file
10 years ago
Paul O’Shannessy
59daa2b7a2
Merge pull request #3082 from hzoo/patch-1
Add React.js Conf Keynote talk (with playlist)
10 years ago
Paul O’Shannessy
3f7113739f
Merge pull request #3089 from iamdanfox/fix-markdown-parsing-error-3075
Fix markdown parsing error
10 years ago
Paul O’Shannessy
53ae8e893e
Merge pull request #2968 from ClimbsRocks/patch-5
Reordered 'Using Props' before 'Component Properties'
10 years ago
Dan Fox
59fa2f44df
Fix markdown parsing error
closes #3075
10 years ago
Paul O’Shannessy
3fc6dad05d
Merge pull request #3074 from noyobo/master
fix Chinese docs typos
10 years ago
Henry Zhu
7cfc1de1bb
Add React.js Conf Keynote talk (with playlist)
10 years ago
Jim
cd6fec52bf
Merge pull request #3078 from vincentriemer/patch-1
Fixed pure-render-mixin documentation
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
Andrew Cobby
9e2778ccf7
Add autoFocus to supported HTML attributes
It appears to be supported http://jsfiddle.net/9f48wbsa/1/
10 years ago
Paul O’Shannessy
78c97867d7
Merge pull request #3022 from btholt/master
Added itemRef and itemId for complete microdata support.
10 years ago
Paul O’Shannessy
e8b8f595c0
Merge pull request #2969 from gsklee/patch-1
Update thinking-in-react.md
10 years ago
Paul O’Shannessy
f1c37c4b0b
Merge pull request #3013 from akheron/patch-2
Document React.addons.TestUtils.isElement()
10 years ago
Paul O’Shannessy
52a65dac37
Merge pull request #3032 from germ13/patch-1
Corrected documentation
10 years ago
Jamison Dance
06f7fd7c5d
Fix list formatting in glossary
10 years ago
juan serrano
74f7616a0a
Corrected documentation
10 years ago
Paul O’Shannessy
8b15ce3a66
Merge pull request #3016 from hnordt/patch-1
Removing unnecessary returns
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
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...
10 years ago