Paul O’Shannessy
ee811b1614
[docs] Fix typo
...
Introduced in #3589
2015-04-08 10:39:26 -07:00
Ben Alpert
e27ad4add3
Merge pull request #3589 from theseyi/master
...
Documentation: Fixed typo / grammar in 'clone with props'
2015-04-07 17:33:52 -07:00
Dan Abramov
21d91e6f5f
Mention Flux in “communicate between components”
2015-04-07 19:44:20 +03:00
Seyi Adebajo
5eaca79baa
Documentation: Suggested edit adds clarity regarding when 'shouldComponentUpdate' is triggered and what the 're-rendering' process entails.
2015-04-05 18:46:38 -04:00
Seyi Adebajo
a366ec16e6
Fixed typo / grammar docs
2015-04-05 18:46:38 -04:00
Toru Kobayashi
c7a2d46ead
component.render method returns a ReactElement.
2015-04-05 15:33:19 +09:00
Shim Won
b9f02d37ed
Update Korean translation to d402bd3
2015-04-05 09:44:54 +09:00
Ben Alpert
d402bd3831
[docs] Fix type on renderIntoDocument
...
Fixes #3581 .
2015-04-03 09:12:10 -07:00
Paul O’Shannessy
5a3bda983b
Merge pull request #3567 from chenglou/rm-getdomnode
...
Remove some `getDOMNode` from docs and DOMComponent test
2015-04-02 15:01:15 -07:00
Cheng Lou
5561d0e925
Remove some getDOMNode from docs and examples
2015-04-02 17:23:27 -04:00
iamdoron
f1e6a0dad2
use 'forEach' instead of 'map' when clearing intervals
2015-04-02 14:06:08 +03:00
Paul O’Shannessy
7f30a1fed3
Merge pull request #3562 from dalinaum/rename
...
Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
2015-04-01 12:13:55 -07:00
Leonardo YongUk Kim
2e1ccae275
Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
...
1. It had double dash.
2. Its name was inconsistent. Other tips are named by their IDs.
2015-04-02 04:11:22 +09:00
Ahmad Wali Sidiqi
4fe1b59849
Fix small typo in 11-advanced-performance.md.
...
"React didn't even had"->"React didn't even have"
http://english.stackexchange.com/questions/204603/proper-usage-of-didnt-had-or-didnt-have
2015-03-31 16:18:45 -07:00
Paul O’Shannessy
0c2238bb72
Merge pull request #3537 from marocchino/korean-update
...
Update Korean translations
2015-03-30 14:20:37 -07:00
Ben Alpert
b7c4da59ca
[docs] English tweaks (and testing Travis)
2015-03-30 11:10:44 -07:00
Ben Alpert
accb4f6047
Autobuild website on Travis from stable branch
...
$REACT_WEBSITE_BRANCH in https://travis-ci.org/facebook/react/settings/env_vars now needs to point to the stable branch (currently 0.13-stable). I haven't tested the commit-and-push part of this but everything else works so I'm hopeful.
2015-03-30 10:56:41 -07:00
Ben Alpert
b20778a7f6
Merge pull request #3543 from spicyj/keep-docs-js-react
...
Keep docs/js/{react,JSXTransformer}.js in repo
2015-03-30 10:55:29 -07:00
Christopher Chedeau
bfe1c5b60d
Merge pull request #3545 from vjeux/roundup_26
...
Roundup 26
2015-03-30 07:23:20 -07:00
Christopher Chedeau
6bb2185bf0
Roundup 26
2015-03-29 20:02:40 -07:00
Prathamesh Sonpatki
139020d982
Fixed link to displayName component spec from JSX in depth article
2015-03-29 16:50:33 +05:30
Ben Alpert
0b6c7c29fe
Keep docs/js/{react,JSXTransformer}.js in repo
...
This way we don't need to rebuild them each time for the website.
2015-03-28 14:56:54 -07:00
Russ
fdcf1f2b0e
Update tutorial.md
...
Grammar fix
2015-03-28 11:37:55 -07:00
Shim Won
6911fa5c5b
Update Korean translation to b3c75d8
2015-03-28 18:02:25 +09:00
jiyeonseo
0b3fe6f47e
Translate tips 05..10
...
- Up to 3fd6ac5
2015-03-28 08:51:52 +09:00
Jinwoo Oh
45a3332a38
Translate tip-18 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:18 +09:00
Jinwoo Oh
4df79154de
Translate tip-17 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:12 +09:00
Jinwoo Oh
452f2f282f
Translate tip-16 to Korean
...
- Up to 1cb3f25
2015-03-28 08:47:05 +09:00
Jinwoo Oh
23a5a89077
Translate tip-15 to Korean
...
- Up to 52494f9
2015-03-28 08:46:57 +09:00
Jinwoo Oh
03666e884d
Translate tip-14 to Korean
...
- Up to 92c37ff
2015-03-28 08:46:37 +09:00
Ted Kim
aa6bfb6b51
Translate tips 01..04 (based on 157d7770c99be26a9e0557d00978f15f6d9db794)
2015-03-28 08:46:26 +09:00
Shim Won
712710cabc
Update to ed257cb
2015-03-28 08:46:14 +09:00
Paul O’Shannessy
e30dd83896
Merge pull request #3240 from reactkr/translate-ko-release
...
Korean translation for docs
2015-03-27 11:39:54 -07:00
Ustin Zarubin
c45fa8b581
Swapping defaultChecked and defaultValue
...
The current documentation states that the `<select>` tag supports `defaultChecked`, but it actually doesn't. I believe this documentation was meant to be written in the proposed order.
Non-working fiddle using `defaultChecked`: http://jsfiddle.net/jqs1hsLr/1/
Working fiddle using `defaultValue`: http://jsfiddle.net/nv7z0yzL/1/
2015-03-26 16:42:36 -04:00
Ben Alpert
eef22ece37
[docs] Split up second sentence more
2015-03-26 12:29:14 -07:00
Ben Alpert
cf956ac8be
[docs] Tweak words on homepage
2015-03-26 10:42:01 -07:00
Ben Alpert
951adcdd4c
Add React Native blog post
2015-03-26 10:10:43 -07:00
Ben Alpert
ca66399402
[docs] Update site nav
2015-03-26 10:06:09 -07:00
Ben Alpert
da598c6a27
Merge pull request #3518 from alopatin/patch-1
...
Docs: Clarify that React.PropTypes.node accepts fragments
2015-03-25 17:23:52 -07:00
Paul O’Shannessy
6cb0b985a7
Merge pull request #3504 from clariroid/docsJP
...
Translate 2 docs into Japanese
2015-03-25 17:20:59 -07:00
Alex Lopatin
6daa22be5a
Docs: Clarify that React.PropTypes.node accepts fragments
...
As of #3293 `ReactFragment` counts as a node, but this isn't made clear in the docs.
2015-03-25 17:17:42 -07:00
Paul O’Shannessy
029a526916
Merge pull request #3498 from AnSavvides/patch-1
...
Include latest version of jQuery in tutorial
2015-03-25 16:53:13 -07:00
Andreas Savvides
580f2d829b
Include latest version of jQuery in tutorial
...
Include latest version of jQuery 2.x in tutorial
2015-03-25 22:36:27 +00:00
clariroid
a869a0f7b0
Fix the locale id
2015-03-26 06:15:52 +09:00
clariroid
574b906f9b
Translate 2 docs into Japanese
2015-03-26 06:15:50 +09:00
Paul O’Shannessy
8bd9541e08
Merge pull request #3503 from aredridel/patch-1
...
npm without -g should never need sudo
2015-03-25 10:55:41 -07:00
Paul O’Shannessy
a164222367
Merge pull request #3507 from dpellier/master
...
Add scoped property to the list of DOM standard properties
2015-03-25 10:54:29 -07:00
Paul O’Shannessy
f86a7f86cc
Merge pull request #3511 from AnSavvides/glossary-space
...
Minor space change to be in line with coding style everywhere else
2015-03-25 10:51:15 -07:00
Andreas
b6534bec7d
Minor space change to be in line with coding style everywhere else
2015-03-25 17:09:58 +00:00
Damien Pellier
3d45c0ad9d
add scoped property to the list of DOM standard properties
2015-03-25 09:41:05 +01:00