-
Notifications
You must be signed in to change notification settings - Fork 88
docs(tw): translate rendering elements #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@neighborhood999 Great idea! I will also add these to your list:
|
Deploy preview for zh-hant-reactjs ready! Built with commit 374870f |
content/docs/rendering-elements.md
Outdated
|
||
```js | ||
const element = <h1>Hello, world</h1>; | ||
``` | ||
|
||
Unlike browser DOM elements, React elements are plain objects, and are cheap to create. React DOM takes care of updating the DOM to match the React elements. | ||
與瀏覽器的 DOM element 不同,React element 是單純的 object,而且很容易的被建立。React DOM 負責更新 DOM 來符合 React element。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
與瀏覽器的 DOM element 不同,React element 是單純的 object,而且很容易的被建立。React DOM 負責更新 DOM 來符合 React element。 | |
與瀏覽器的 DOM element 不同,React element 是單純的 object,而且很容易被建立。React DOM 負責更新 DOM 來符合 React element。 |
content/docs/rendering-elements.md
Outdated
> | ||
>We recommend that you don't skip topics because they build on each other. | ||
>我們建議你不要跳過這個主題,因為它們是彼此關聯的。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
>我們建議你不要跳過這個主題,因為它們是彼此關聯的。 | |
>我們建議你不要跳著主題看,因為它們彼此間是環環相扣的。 |
@neighborhood999 I think this is ready to go. |
Here are some term not sure to translate or not, so I didn't translate its: