Shim Won
3709afabea
Translate 02.2 to Korean
- Up to fc91d2f
10 years ago
Shim Won
5477a056a5
Fix links
10 years ago
Shim Won
60bc0690d3
Update think-in-react.ko-KR
- Up to 5ab7fde
10 years ago
Shim Won
cd1f2d1d37
Translate 10 to Korean
- Up to a911513
10 years ago
Shim Won
419aee0591
Translate 02.3 to Korean
- Up to 6f44f60
10 years ago
Shim Won
331213421b
Update content
- Up to 5ab7fde
10 years ago
Shim Won
04de71b462
Translate 02.1 to Korean
- Up to 513433b
10 years ago
Shim Won
1a9906f7b0
Update docs to v0.13.0-beta.2
- Up to 5126cee
10 years ago
Jinwoo Oh
68ed526bb1
Translate tutorial to Korean
- Up to a19966f
10 years ago
Shim Won
b3a9ab3169
Translate ref 07 to Korean
- Up to 6f44f60
10 years ago
Shim Won
e04669676e
Translate ref 06 to Korean
- Up to 4c7cd13
10 years ago
Shim Won
6f712feb30
Translate ref 05 to Korean
- Up to c0e33e8
10 years ago
Shim Won
15f21cdca6
Translate ref 04 to Korean
- Up to a4c96d6
10 years ago
Lee Jaeyoung
27b1829c1b
translate 10.6-update.ko-KR.md
apply comments
apply comments
apply comments
10 years ago
Shim Won
91667cfe84
Translate 07 to Korean
- Up to bb52715
10 years ago
Shim Won
0df6ee17c3
Translate flux-docs to Korean
- Up to 6c19040
10 years ago
Shim Won
251bcb61df
Translate 04 to Korean
- Up to e4352ef
10 years ago
Jinwoo Oh
9f43ec2805
Translate getting-started to Korean
- Up to b3cd299
10 years ago
Taeho Kim
5b8763a0e6
Create ref-09-glossary.ko-KR.md
10 years ago
Taeho Kim
11d6c029c5
Create ref-03-component-specs.ko-KR.md
Based on 08c5e42649c85048b9035b3485c7b675e99ade3c
10 years ago
Taeho Kim
5e56735cd3
Create ref-02-component-api.ko-KR.md
10 years ago
Taeho Kim
4df5b776e7
Create ref-01-top-level-api.ko-KR.md
Based on 4f50071de0ac1dd6ce6aeda4f3dd9549fb9e36ba
10 years ago
Lee Jaeyoung
e1bab45beb
translate thinking-in-react.ko
10 years ago
Lee Jaeyoung
768fa1bb6d
translate complementary-tools
10 years ago
Jay Jaeho Lee
f2ac7da009
translated docs/docs/02-displaying-data.md into Korean
Up to b25e2e70d8ed7eb17a18d57f16c03390767a194a
10 years ago
Shim Won
74e801b510
Fix some words, Translate title
- Up to 9f18ccd
10 years ago
Shim Won
34933df164
Translate 03 to Korean
- Up to 9f18ccd
10 years ago
Lee Jaeyoung
4277b57ebe
translate videos.md
10 years ago
Lee Jaeyoung
7f3d18557c
translate examples.md
10 years ago
Jay Jaeho Lee
34c4e4aacd
Add docs/docs 01
10 years ago
Ben Alpert
e60e8db043
with the exception for -> with the exception of
10 years ago
Sebastian Markbage
ea4dd85a7e
ES6 Class Docs
Some minor burried docs.
10 years ago
Jim
d25e5aed00
Added docs about the ref-as-callback.
10 years ago
Jim
135117dd27
Added docs about the first-parameter-is-function version of setState.
10 years ago
Paul O’Shannessy
c0630494d3
[docs] React.cloneElement
10 years ago
Paul O’Shannessy
ab11e54d4c
Add deprecation note for deprecated component APIs
10 years ago
Ben Alpert
3d6af36002
Add docs for createFragment
10 years ago
BinaryMuse
973a7a8eb2
Add onContextMenu to events doc
10 years ago
Rick Beerendonk
60d197eca3
Add documentation about JSX and displayName.
The section that described how JSX transform handles displayName was lost in commit 9b1ee4de4636fcc9af1cf93099e062a3f6eb96f5
Fixes #3338
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
Aria Buckles
fa83c48c73
[Docs] Add 'ing' to make "opening" and "closing" line up
Test Plan:
None
10 years ago
brafdlog
203b7fa42d
There was a redundant word in the sentence
10 years ago
Ben Alpert
9cf4a87fff
Add note about enter/leave bubbling
Fixes #2826 .
10 years ago
Daniel Mané
9e77ef78a4
Add mention of go and php server implementations in React tutorial
10 years ago
Bob Ralian
3d9349c653
clarifies forceUpdate method
10 years ago
Toru Kobayashi
906f0bfe62
Fix a doc. cloneWithProps clones a ReactElement.
10 years ago
Stefan Dombrowski
ad7608e46b
Using https for embedded fiddles
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
10 years ago
Alan deLevie
a69a581441
Make tutorial CDN URLs use https
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