Gert Hengeveld
6cab7064a0
Added ReactNL conference ( #7342 )
...
(cherry picked from commit 9d33fb0b76 )
2016-07-28 11:41:21 -07:00
Amjad Masad
6f80ed8615
"transient dependencies" -> "transitive dependencies" ( #7341 )
...
I think that's what you meant -- although with npm dependencies are kind of transient :P
(cherry picked from commit d157827311 )
2016-07-28 11:41:21 -07:00
scloudyy
88d49edda5
Update docs zh cn ( #7254 )
...
* update 03-interactivity-and-dynamic-uis.zh-CN
* update 04-multiple-components.zh-CN
* update 05-reusable-components.zh-CN
* updat 06-transferring-props.zh-CN
* update 07-forms.zh-CN
* update 08-working-with-the-browser.zh-CN
* update 08 and 08.1
* update 09-tooling-integration.zh-CN
* revise
* don't use ES6
(cherry picked from commit 5b06667efd )
2016-07-28 11:41:21 -07:00
Veljko Tornjanski
5f705664fa
Wording change in doc ( #7348 )
...
(cherry picked from commit 0805921883 )
2016-07-28 11:41:21 -07:00
Seyi
6fba1f1fad
Blog post: Fixed typo in post ( #7336 )
...
(cherry picked from commit 1fc5f284c0 )
2016-07-22 13:23:17 -07:00
Paul O’Shannessy
127af0ffc7
Host our own images for the blog, use https links ( #7339 )
...
(cherry picked from commit 7614c12ed7 )
2016-07-22 13:23:17 -07:00
Steven Syrek
86f72d0830
Correct grammatical error (subject-verb agreement) ( #7338 )
...
"It is worth repeating: there is no configuration files or complicated folder structures." > "It is worth repeating: there are no configuration files or complicated folder structures."
(cherry picked from commit c0b7d81872 )
2016-07-22 13:23:17 -07:00
Dan Abramov
9423829db2
Add blog post
2016-07-22 16:59:02 +01:00
Paul O’Shannessy
dfebed11c2
Merge pull request #7308 from zpao/jekyll3
...
Upgrade to Jekyll 3
(cherry picked from commit 5e3959e071 )
2016-07-19 16:36:23 -07:00
Paul O’Shannessy
0394bae0e3
[docs] Follow up to 6972 - update docs code ( #7278 )
...
(cherry picked from commit 0bfaf5156d )
2016-07-19 16:36:23 -07:00
segmentationfaulter
1e4828d9fc
Update 03-interactivity-and-dynamic-uis.md ( #6972 )
...
(cherry picked from commit bf0572dde7 )
2016-07-19 16:36:23 -07:00
Dan Abramov
108f25350d
Clarify the section about dogfooding ( #7292 )
2016-07-16 15:03:00 +01:00
Dan Abramov
f40b5b5c47
Minor tweaks to Design Principles ( #7283 )
2016-07-14 21:30:13 +01:00
Dan Abramov
b38bbde2fe
Add Design Principles to the docs ( #7282 )
2016-07-14 20:39:41 +01:00
Fernando Alex Helwanger
939071d737
Add mixins property to context example ( #7277 )
2016-07-14 14:25:44 +01:00
Zac Smith
1b7f871819
Remove uneccesary colon ( #7238 )
...
Only use a colon after a statement that is a complete sentence, like [Grammer Girl says](http://www.quickanddirtytips.com/education/grammar/colons ).
(cherry picked from commit 473097144c )
2016-07-13 11:11:06 -07:00
Varayut Lerdkanlayanawat
52e45997db
Reformat event names in Media Events section ( #7250 )
...
(cherry picked from commit 45223dc8bf )
2016-07-13 11:11:05 -07:00
Dan Abramov
45547d1c3b
Fix typos in “Mixins Considered Harmful” ( #7275 )
...
* Fix typos in “Mixins Considered Harmful”
* Use consistent code style
2016-07-13 18:47:19 +01:00
Dan Abramov
0f520b8cc0
Add a new blog post about mixins
2016-07-13 17:42:01 +01:00
Paul O’Shannessy
5478d76271
Merge pull request #7229 from zpao/blog-post-errorcodes
...
Blog post for error codes
(cherry picked from commit 92492e08b2 )
2016-07-11 17:42:17 -07:00
Paul O’Shannessy
ea880f2e2c
Update website for 15.2.1
2016-07-08 15:27:35 -07:00
Paul O’Shannessy
a011a23090
Import warnings that currently live in gists. ( #7175 )
...
(cherry picked from commit 26ed910f28 )
2016-07-05 13:54:19 -07:00
Samuel Reed
0d4c994471
Add PropTypes.symbol to reusable components doc ( #7171 )
...
(cherry picked from commit 3946ac33b8 )
2016-07-05 13:54:19 -07:00
Paul O’Shannessy
3a6584b2ee
Update website for 15.2.0
2016-07-01 11:41:46 -07:00
Brandon Dail
7fbbb535ff
Clarify purpose of state property in ES6 classes ( #7109 )
...
(cherry picked from commit 60760eb915 )
2016-06-29 10:15:09 -07:00
Jim
bda788e932
webcomponents should use attachedCallback instead of createdCallback. ( #7102 )
...
(cherry picked from commit c7ba16fbbf )
2016-06-29 10:15:09 -07:00
Paul O’Shannessy
ec44f2af6d
[docs] Update share button ( #7097 )
...
(cherry picked from commit 4f00553c15 )
2016-06-29 10:15:09 -07:00
Nik Nyby
6059444c84
update babel-core to 5.8.34 in tutorial docs ( #7059 )
...
(cherry picked from commit a8d8210222 )
2016-06-20 16:43:55 -07:00
Claudio Brandolino
814bf1ca0c
Standardise format of the three "state" questions. ( #7046 )
...
* Standardise format of the three "state" questions.
The original format follows the template:
> 1. x? if `x` then probably isn't state
> 2. y? if `!y` then probably isn't state
> 3. z? if `z` then it's not state
This caused both me and a hallway tester to do a double take.
The proposed reformulation allows the answers to follow the same template.
In the same spirit, it uses the same contraction pattern in the last answer (`it's not state`-> `it isn't state`). This has the welcome side effect to make the lack of "probably" stand out more.
* Update phrasing in thinking in reacr
(cherry picked from commit 5bca3773ab )
2016-06-20 16:43:55 -07:00
Toru Kobayashi
aaa496213e
Remove setProps and replaceProps from docs ( #7044 )
...
(cherry picked from commit 718c07c915 )
2016-06-20 16:43:55 -07:00
Qin Junwen
f80da18f2e
Update 10.4-test-utils.md ( #6971 )
...
The find/scry methods which returns DOM component in react@0.13 now returns DOMElement in react@0.14 and later.
(cherry picked from commit a394ed6a6c )
2016-06-14 15:02:24 -07:00
Robert Haritonov
c4c800416f
Add React Amsterdam conference to the list ( #7028 )
...
(cherry picked from commit 4577db6d3c )
2016-06-14 15:02:24 -07:00
nhducit
a6e4c9210d
Update 03-interactivity-and-dynamic-uis.md ( #7015 )
...
(cherry picked from commit eda159cd28 )
2016-06-14 15:02:23 -07:00
Ryo Shibayama
764519245b
Fix Japanese/Italian/Korean tutorials ( #7020 )
...
* Fix japanese tutorial
* Fix Italian tutorial as same as e4fe662
* Fix Korean tutorial as same as e4fe662
(cherry picked from commit e487c36ec0 )
2016-06-14 15:02:23 -07:00
inkinworld
902a15d149
Update 12-context.md ( #6973 )
...
Modify a clerical error
(cherry picked from commit 665633a1b7 )
2016-06-14 15:02:23 -07:00
Ben Alpert
3e61ccc2d4
Wordsmith the homepage ( #7022 )
...
(cherry picked from commit 96d2a30c25 )
2016-06-13 12:40:31 -07:00
Ben Alpert
3aaf9abb73
New marketing copy on homepage ( #7012 )
...
(cherry picked from commit c7868cc741 )
2016-06-10 19:47:53 -07:00
ogom
e348891410
Updte tutorial to ja-JP ( #6967 )
...
(cherry picked from commit 9c7f895783 )
2016-06-08 19:31:35 -07:00
Yusong Liu
45469fbde9
Fix the typo in the documentaion pages for shallowCompare ( #6980 )
...
* fix the typo for the docs of shallowCompare at:
https://facebook.github.io/react/docs/shallow-compare.html
* change "value" to "values" to match the two objects.
(cherry picked from commit 5331323cd2 )
2016-06-08 19:31:35 -07:00
Keyan Zhang
5aa1c3547e
[Docs] Error Decoder Page ( #6946 )
...
(cherry picked from commit cf73de9459 )
2016-06-07 14:47:52 -07:00
Daniel Rosenwasser
c1c31f2cba
Update link and description of TypeScript support. ( #6953 )
...
(cherry picked from commit 6b3f11cdd7 )
2016-06-03 14:46:59 -07:00
Ben Alpert
79707ca3ee
Use remarkable instead of marked ( #6961 )
...
https://github.com/reactjs/react-tutorial/issues/139
(cherry picked from commit 1801d56500 )
2016-06-03 14:41:50 -07:00
Ben Alpert
5fcb784294
Remove Flux from docs nav ( #6945 )
...
Most people don't use the official Flux implementation or docs so I think this is likely to be more confusing than helpful. Maybe later we can add a better comparison of data management solutions.
(cherry picked from commit 9498747606 )
2016-06-01 11:42:00 -07:00
hjmoss
0a1e5eb93b
Grammar: less dependencies -> fewer dependencies ( #6917 )
...
* Grammar: less dependencies -> fewer dependencies
* changelog.md grammar: less dependencies -> fewer dependencies
(cherry picked from commit 4e82e8b6e6 )
2016-05-31 12:15:48 -07:00
Toru Kobayashi
826d2ac716
Remove getDOMNode from docs ( #6919 )
...
(cherry picked from commit 97b44085ff )
2016-05-31 12:15:48 -07:00
Paul O’Shannessy
878644b358
[docs] Use existing layout for redirecting html-jsx ( #6904 )
...
(cherry picked from commit d87005e0b6 )
2016-05-31 12:15:48 -07:00
Ilya Gelman
ef4efcced1
Add ReactNext 2016 conference ( #6833 )
...
(cherry picked from commit b0cb4e850d )
2016-05-31 12:15:48 -07:00
Daniel Lo Nigro
9e1a44e6bb
Move HTMLtoJSX page off React site. References https://github.com/reactjs/react-magic/issues/52 ( #6608 )
...
(cherry picked from commit 871116f001 )
2016-05-31 12:15:48 -07:00
Daniel Lo Nigro
7819816cc9
Add link to ReactJS.NET on server-side environments page ( #6607 )
...
(cherry picked from commit d81f3297aa )
2016-05-31 12:15:48 -07:00
Keyan Zhang
087c4c8b3c
switched to codemirror's jsx mode ( #6898 )
...
(cherry picked from commit c8bab76091 )
2016-05-31 12:15:47 -07:00