Skip to content

Commit c888c8a

Browse files
authored
Merge pull request #178 from cothvbdnnn/react-v0-4-1
Translate react-v0-4-1
2 parents f4e820a + 3433db9 commit c888c8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/blog/2013-07-26-react-v0-4-1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ title: "React v0.4.1"
33
author: [zpao]
44
---
55

6-
React v0.4.1 is a small update, mostly containing correctness fixes. Some code has been restructured internally but those changes do not impact any of our public APIs.
6+
React v0.4.1 là một thay đổi nhỏ, hầu hết bao gồm các bản sửa lỗi về tính đúng đắn. Một số đoạn mã đã được cấu trúc lại bên trong nhưng những thay đổi đó không ảnh hưởng đến bất kỳ API công khai nào của chúng tôi.
77

88

99
## React {#react}
1010

11-
* `setState` callbacks are now executed in the scope of your component.
12-
* `click` events now work on Mobile Safari.
13-
* Prevent a potential error in event handling if `Object.prototype` is extended.
14-
* Don't set DOM attributes to the string `"undefined"` on update when previously defined.
15-
* Improved support for `<iframe>` attributes.
16-
* Added checksums to detect and correct cases where server-side rendering markup mismatches what React expects client-side.
11+
* `setState` callback hiện đã có thể được thực thi trong phạm vi component của bạn.
12+
* `click` event hiện đã hoạt động trên Mobile Safari.
13+
* Ngăn lỗi tiềm ẩn trong xử lý sự kiện nếu `Object.prototype` được mở rộng.
14+
* Không đặt thuộc tính DOM thành chuỗi `"undefined"` trong lúc cập nhật khi được định nghĩa trước đó.
15+
* Cải thiện hỗ trợ cho các thuộc tính `<iframe>`.
16+
* Đã thêm checksum để phát hiện và sửa các trường hợp mà server-side hiển thị markup không khớp với những gì React mong đợi ở phía client-side.
1717

1818

1919
## JSXTransformer {#jsxtransformer}
2020

21-
* Improved environment detection so it can be run in a non-browser environment.
21+
* Cải thiện khả năng phát hiện môi trường để nó có thể chạy trong môi trường không có trình duyệt.
2222

2323

24-
[Download it now!](/downloads.html)
24+
[Tải xuống ngay bây giờ!](/downloads.html)

0 commit comments

Comments
 (0)