Commit Graph

1148 Commits

Author SHA1 Message Date
Paul O’Shannessy
4db91d74fe [docs] show line numbers in online jsx compiler 2015-03-01 11:53:06 -08:00
Ben Alpert
ef5927e07e Merge pull request #3263 from wmertens/patch-1
beta1 blog entry: Fix CoffeeScript example
2015-02-27 15:28:22 -08:00
Ben Alpert
9cf4a87fff Add note about enter/leave bubbling
Fixes #2826.
2015-02-26 16:29:18 -08:00
Ben Alpert
98fed1b0ba Merge pull request #3239 from rralian/update/docs-clarify-forceUpdate
Docs: clarifies forceUpdate method
2015-02-25 17:35:07 -08:00
Wout Mertens
a397d27e7e beta1 blog entry: Fix CoffeeScript example
Fix the constructor call and make code more idiomatic.
2015-02-26 00:26:16 +01:00
Paul O’Shannessy
ceeac81709 Merge pull request #3257 from danmane/update-tutorial-md
Add mention of go and php server implementations in React tutorial
2015-02-25 12:46:17 -08:00
Daniel Mané
9e77ef78a4 Add mention of go and php server implementations in React tutorial 2015-02-24 15:10:11 -08:00
Paul O’Shannessy
7edbdf6204 v0.13 RC blog post
Note: we need to manually specify date in these files so that the sort order is
correct (2 posts on the same day). Otherwise it will just be ABC order, which
is wrong.

Closes: #3256
2015-02-24 14:05:57 -08:00
Paul O’Shannessy
4b9d18b532 Fix typo
(cherry picked from commit 4d90b9bdf3fc4ccfd2ccbaf9a590b16f06746b55)
2015-02-24 12:49:19 -08:00
Cheng Lou
a93ce64ca6 [Blog] Fix post code snippet display
I think nokogiri (is that what we use?) accidentally escaped this
snippet. Simply putting spaces between braces fixes it.
2015-02-24 15:22:25 -05:00
Paul O’Shannessy
fe927b4115 Merge pull request #3250 from sebmarkbage/blogpost
Add Blog Post about ReactElement Changes in 0.13
2015-02-24 11:26:55 -08:00
Sebastian Markbage
7841d7afc6 Add Blog Post about ReactElement Changes in 0.13
Explains some of the rationale for the new warnings added in 0.13.
2015-02-24 10:54:03 -08:00
Bartosz Kaszubowski
a2f2a7ed14 do not show empty "docs-prevnext" div on single page
to remove additional necessary spacing between content and footer
2015-02-24 16:28:47 +01:00
Bob Ralian
3d9349c653 clarifies forceUpdate method 2015-02-23 10:34:41 -06:00
Paul O’Shannessy
edb4048868 v0.13.0-rc1 starter kit 2015-02-22 13:32:25 -08:00
Paul O’Shannessy
e6a3802e06 v0.13.0-rc1 2015-02-22 13:26:13 -08:00
Bartosz Kaszubowski
0656758b18 wider Twitter timeline on support page 2015-02-21 23:20:09 +01:00
Paul O’Shannessy
606b7be261 Merge pull request #2994 from chenglou/docs-classset
[Docs] Add note on classSet deprecation
2015-02-20 17:00:36 -08:00
Greg Hurrell
4b1794d09b Add Relay blog post
closes #3174
2015-02-19 21:27:45 -08:00
Paul O’Shannessy
6460227d05 Merge pull request #3209 from chicoxyzzy/eslint-everywhere
lint from root
2015-02-19 20:59:44 -08:00
Jim
fefcc0a5c4 Merge pull request #2921 from hanski07/updateTransferringPropsDocs
Update transferring props docs
2015-02-19 17:52:02 -08:00
Toru Kobayashi
906f0bfe62 Fix a doc. cloneWithProps clones a ReactElement. 2015-02-20 10:08:46 +09:00
chico
3fcd3824b3 lint from root 2015-02-20 04:06:15 +03:00
Jim
f162ba1c71 Merge pull request #3180 from cody/https
Using https URLs for embedded fiddles
2015-02-19 13:18:34 -08:00
Steven Luscher
525c00597b Added the immutability talk to the React.js Conf update.
(cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af)
2015-02-18 21:42:11 -08:00
Stefan Dombrowski
ad7608e46b Using https for embedded fiddles
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
2015-02-18 23:07:48 +01:00
Steven Luscher
756b19310a Added special edition round-up for React.js Conf 2015
(cherry picked from commit 233980826cb36244dbcd6de0f9bb9f0a3fcae1ac)
2015-02-18 13:30:26 -08:00
Alan deLevie
a69a581441 Make tutorial CDN URLs use https 2015-02-17 14:34:01 -05:00
Paul O’Shannessy
37bed2afeb Merge pull request #3168 from briankung/docs-jsx-namespacing
[Docs] Clarify section on namespaced components
2015-02-17 11:10:33 -08:00
Paul O’Shannessy
fa09b7c325 Merge pull request #3147 from hzoo/lint-fixes
lint whitespace , trailing comma
2015-02-17 10:58:42 -08: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
Henry Zhu
a8ed7edf7e lint whitespace
- use spaces
- remove space before paren in function
-  remove space before colon in object
2015-02-14 11:12:18 -05:00
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
2015-02-12 17:40:57 -06:00
Christopher Chedeau
5304dd9a29 update image perf 2015-02-11 12:45:58 -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
Cheng Lou
9a21eec36e [Docs] Add note on classSet deprecation 2015-02-06 16:25:48 -05: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