You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at:
16
+
Những phiên bản trên đều chỉ áp dụng cho việc phát triển, chúng không phù hợp cho sản phẩm thật. Những phiên bản giảm tải và được tối ưu cho sản phẩm là:
To load a specific version of `react` and `react-dom`, replace `17` with the version number.
24
+
Để chạy một phiên bản nhất định của `react` và `react-dom`, thay `17` bằng số phiên bản.
24
25
25
-
### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute}
26
+
### Tại sao là thuộc tính `crossorigin`? {#why-the-crossorigin-attribute}
26
27
27
-
If you serve React from a CDN, we recommend to keep the [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute set:
28
+
Nếu bạn dùng React từ một CDN, chúng tôi khuyến khích giữ nguyên thuộc tính [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes):
28
29
29
30
```html
30
31
<scriptcrossoriginsrc="..."></script>
31
32
```
32
33
33
-
We also recommend to verify that the CDN you are using sets the `Access-Control-Allow-Origin: *` HTTP header:
34
+
Chúng tôi cũng khuyến khích kiểm tra CDN bạn đang sử dụng có đang thiết lập `Access-Control-Allow-Origin: *` cho HTTP header:
0 commit comments