mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Merge pull request #3975 from marocchino/update-korean
Update Korean transltaion to 58fb322
This commit is contained in:
commit
38acadf6f4
|
|
@ -92,7 +92,7 @@ var TodoList = React.createClass({
|
|||
```javascript{3-5}
|
||||
render: function() {
|
||||
return (
|
||||
<ReactCSSTransitionGroup transitionName="example" transitionAppear="true">
|
||||
<ReactCSSTransitionGroup transitionName="example" transitionAppear={true}>
|
||||
<h1>Fading at Initial Mount</h1>
|
||||
</ReactCSSTransitionGroup>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ prev: tutorial-ko-KR.html
|
|||
next: videos-ko-KR.html
|
||||
---
|
||||
|
||||
이 문서의 원본은 [공식 블로그](/react/blog)의 [포스팅](/react/blog/2013/11/05/thinking-in-react.html) 입니다.
|
||||
Pete Hunt의 글입니다.
|
||||
|
||||
제가 생각하기에, React는 JavaScript로 크고 빠른 웹 애플리케이션을 만드는데 최고입니다. 페이스북과 인스타그램에서 우리에게 잘 맞도록 조정되어 왔습니다.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user