Skip to content

Commit c846702

Browse files
chore: fix conflict
2 parents 8287cb7 + c09a44b commit c846702

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+987
-948
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The documentation is divided into several sections with a different tone and pur
5757

5858
## Translation
5959

60-
If you are interested in translating `reactjs.org`, please see the current translation efforts at [isreacttranslatedyet.com](https://www.isreacttranslatedyet.com/).
60+
If you are interested in translating `reactjs.org`, please see the current translation efforts at [translations.reactjs.org](https://translations.reactjs.org/).
6161

6262

6363
If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).

content/blog/2018-10-23-react-v-16-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Refer to the documentation for [detailed installation instructions](/docs/instal
119119
## Changelog {#changelog}
120120

121121
### React {#react}
122-
122+
123123
* Add `React.memo()` as an alternative to `PureComponent` for functions. ([@acdlite](https://github.com/acdlite) in [#13748](https://github.com/facebook/react/pull/13748))
124124
* Add `React.lazy()` for code splitting components. ([@acdlite](https://github.com/acdlite) in [#13885](https://github.com/facebook/react/pull/13885))
125125
* `React.StrictMode` now warns about legacy context API. ([@bvaughn](https://github.com/bvaughn) in [#13760](https://github.com/facebook/react/pull/13760))

content/community/conferences.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
id: conferences
3-
title: Conferences
3+
title: Các hội nghị
44
layout: community
55
sectionid: community
66
permalink: community/conferences.html
77
redirect_from:
88
- "docs/conferences.html"
99
---
1010

11-
Do you know of a local React.js conference? Add it here! (Please keep the list chronological)
11+
Bạn có biết về hội nghị React.js ở địa phương hay khu vực của bạn không? Hãy thêm nó vào đây! (Và vui lòng giữ nguyên danh sách theo thứ tự thời gian).
1212

1313
## Upcoming Conferences {#upcoming-conferences}
1414

@@ -17,29 +17,49 @@ September 13-15, 2021. Atlanta, GA, USA
1717

1818
[Website](https://renderatl.com) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl)
1919

20-
### React Conference Live 2021 {#react-conference-live-2021}
21-
October 7-8, 2021. In-person in Amsterdam, Netherlands + remote (hybrid event)
22-
23-
[Website](https://www.reactlive.nl/) - [Twitter](https://twitter.com/reactlivenl) - [LinkedIn](https://www.linkedin.com/company/frontendlove/)
24-
25-
2620
### React Brussels 2021 {#react-brussels-2021}
2721
October 15, 2021 - remote event
2822

2923
[Website](https://www.react.brussels/) - [Twitter](https://twitter.com/BrusselsReact) - [LinkedIn](https://www.linkedin.com/events/6805708233819336704/)
3024

25+
26+
### React Conf Brasil 2021 {#react-conf-brasil-2021}
27+
October 16, 2021 - remote event
28+
29+
[Website](http://reactconf.com.br) - [Twitter](https://twitter.com/reactconfbr) - [Slack](https://react.now.sh) - [Facebook](https://facebook.com/reactconf) - [Instagram](https://instagram.com/reactconfbr) - [YouTube](https://www.youtube.com/channel/UCJL5eorStQfC0x1iiWhvqPA/videos)
30+
3131
### React Advanced 2021 {#react-advanced-2021}
3232
October 22-23, 2021. In-person in London, UK + remote (hybrid event)
3333

3434
[Website](https://reactadvanced.com) - [Twitter](https://twitter.com/reactadvanced) - [Facebook](https://www.facebook.com/ReactAdvanced) - [Videos](https://youtube.com/c/ReactConferences)
3535

36+
### < React Global > by Geekle {#react-global-2021}
37+
November 3-4, 2021 - remote event
38+
39+
[Website](https://geekle.us/react) - [LinkedIn](https://www.linkedin.com/events/javascriptglobalsummit6721691514176720896/)
40+
41+
## React Advanced London 2021 {#react-advanced-2021}
42+
October 20-22, 2021. London, UK & remote
43+
44+
[Website](https://reactadvanced.com) - [Twitter](https://twitter.com/reactadvanced)
45+
3646
### React India 2021 {#react-india-2021}
3747
November 12-14, 2021 - remote event
3848

3949
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia/) - [LinkedIn](https://www.linkedin.com/showcase/14545585) - [YouTube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w/videos)
4050

4151
## Past Conferences {#past-conferences}
4252

53+
### React Native EU 2021 {#react-native-eu-2021}
54+
September 1-2, 2021 - remote event
55+
56+
[Website](https://www.react-native.eu/) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu/) - [Instagram](https://www.instagram.com/reactnative_eu/)
57+
58+
### React Finland 2021 {#react-finland-2021}
59+
August 30 - September 3, 2021 - remote event
60+
61+
[Website](https://react-finland.fi/) - [Twitter](https://twitter.com/ReactFinland) - [LinkedIn](https://www.linkedin.com/company/react-finland/)
62+
4363
### React Case Study Festival 2021 {#react-case-study-festival-2021}
4464
April 27-28, 2021 - remote event
4565

content/community/courses.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ permalink: community/courses.html
2424

2525
- [Scrimba: Learn React for free](https://scrimba.com/g/glearnreact) - 48 hands-on video tutorials building react apps.
2626

27+
- [University of Helsinki: Full Stack Open MOOC](https://fullstackopen.com/en/) - Learn to build web applications with React. Available in English, Spanish, Chinese and Finnish.
28+
29+
2730
## Paid Courses {#paid-courses}
2831

2932
- [Egghead.io](https://egghead.io/browse/frameworks/react) - Short instructional videos on React and many other topics.

content/community/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: examples
3-
title: Example Projects
3+
title: Các dự án mẫu
44
layout: community
55
sectionid: community
66
permalink: community/examples.html
@@ -10,7 +10,7 @@ Có rất nhiều dự án mẫu được tạo bởi cộng đồng React. Chú
1010

1111
Nếu bạn thêm một dự án, hãy cam kết cập nhật nó với các phiên bản React mới nhất.
1212

13-
## Ví dụ nhỏ {#small-examples}
13+
## Các dự án mẫu cỡ nhỏ {#small-examples}
1414

1515
* **[Calculator](https://github.com/ahfarmer/calculator)** Triển khai máy tính iOS xây dựng bằng React
1616
* **[Emoji Search](https://github.com/ahfarmer/emoji-search)** Ứng dụng React tìm kiếm biểu tượng cảm xúc

content/community/meetups.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
1515
* [Buenos Aires](https://www.meetup.com/es/React-en-Buenos-Aires)
1616
* [Rosario](https://www.meetup.com/es/reactrosario)
1717

18-
## Australia {#australia}
18+
## Úc {#australia}
1919
* [Brisbane](https://www.meetup.com/reactbris/)
2020
* [Melbourne](https://www.meetup.com/React-Melbourne/)
2121
* [Sydney](https://www.meetup.com/React-Sydney/)
2222

23-
## Austria {#austria}
23+
## Áo {#austria}
2424
* [Vienna](https://www.meetup.com/Vienna-ReactJS-Meetup/)
2525

26-
## Belgium {#belgium}
26+
## Bỉ {#belgium}
2727
* [Belgium](https://www.meetup.com/ReactJS-Belgium/)
2828

2929
## Brazil {#brazil}
@@ -53,28 +53,29 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
5353
## Chile {#chile}
5454
* [Santiago](https://www.meetup.com/es-ES/react-santiago/)
5555

56-
## China {#china}
56+
## Trung Quốc {#china}
5757
* [Beijing](https://www.meetup.com/Beijing-ReactJS-Meetup/)
5858

5959
## Colombia {#colombia}
6060
* [Bogotá](https://www.meetup.com/meetup-group-iHIeHykY/)
6161
* [Medellin](https://www.meetup.com/React-Medellin/)
6262
* [Cali](https://www.meetup.com/reactcali/)
6363

64-
## Denmark {#denmark}
64+
## Đan Mạch {#denmark}
6565
* [Aalborg](https://www.meetup.com/Aalborg-React-React-Native-Meetup/)
6666
* [Aarhus](https://www.meetup.com/Aarhus-ReactJS-Meetup/)
6767

68-
## England (UK) {#england-uk}
68+
## Anh (Vương Quốc Anh) {#england-uk}
6969
* [Manchester](https://www.meetup.com/Manchester-React-User-Group/)
7070
* [React.JS Girls London](https://www.meetup.com/ReactJS-Girls-London/)
71+
* [React London : Bring Your Own Project](https://www.meetup.com/React-London-Bring-Your-Own-Project/)
7172

72-
## France {#france}
73+
## Pháp {#france}
7374
* [Nantes](https://www.meetup.com/React-Nantes/)
7475
* [Lille](https://www.meetup.com/ReactBeerLille/)
7576
* [Paris](https://www.meetup.com/ReactJS-Paris/)
7677

77-
## Germany {#germany}
78+
## Đức {#germany}
7879
* [Cologne](https://www.meetup.com/React-Cologne/)
7980
* [Düsseldorf](https://www.meetup.com/de-DE/ReactJS-Meetup-Dusseldorf/)
8081
* [Hamburg](https://www.meetup.com/Hamburg-React-js-Meetup/)
@@ -83,14 +84,14 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
8384
* [Munich](https://www.meetup.com/ReactJS-Meetup-Munich/)
8485
* [React Berlin](https://www.meetup.com/React-Open-Source/)
8586

86-
## Greece {#greece}
87+
## Hy Lạp {#greece}
8788
* [Athens](https://www.meetup.com/React-To-React-Athens-MeetUp/)
8889
* [Thessaloniki](https://www.meetup.com/Thessaloniki-ReactJS-Meetup/)
8990

9091
## Hungary {#hungary}
9192
* [Budapest](https://www.meetup.com/React-Budapest/)
9293

93-
## India {#india}
94+
## Ấn Độ {#india}
9495
* [Bangalore](https://www.meetup.com/ReactJS-Bangalore/)
9596
* [Bangalore](https://www.meetup.com/React-Native-Bangalore-Meetup)
9697
* [Chandigarh](https://www.meetup.com/Chandigarh-React-Developers/)
@@ -108,20 +109,20 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
108109
## Israel {#israel}
109110
* [Tel Aviv](https://www.meetup.com/ReactJS-Israel/)
110111

111-
## Italy {#italy}
112+
## Ý {#italy}
112113
* [Milan](https://www.meetup.com/React-JS-Milano/)
113114

114115
## Malaysia {#malaysia}
115116
* [Kuala Lumpur](https://www.kl-react.com/)
116117
* [Penang](https://www.facebook.com/groups/reactpenang/)
117118

118-
## Netherlands {#netherlands}
119+
## Hà Lan {#netherlands}
119120
* [Amsterdam](https://www.meetup.com/React-Amsterdam/)
120121

121122
## New Zealand {#new-zealand}
122123
* [Wellington](https://www.meetup.com/React-Wellington/)
123124

124-
## Norway {#norway}
125+
## Na Uy {#norway}
125126
* [Norway](https://reactjs-norway.webflow.io/)
126127
* [Oslo](https://www.meetup.com/ReactJS-Oslo-Meetup/)
127128

@@ -139,35 +140,35 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
139140
* [Manila](https://www.meetup.com/reactjs-developers-manila/)
140141
* [Manila - ReactJS PH](https://www.meetup.com/ReactJS-Philippines/)
141142

142-
## Poland {#poland}
143+
## Ba Lan {#poland}
143144
* [Warsaw](https://www.meetup.com/React-js-Warsaw/)
144145

145-
## Portugal {#portugal}
146+
## Bồ Đào Nha {#portugal}
146147
* [Lisbon](https://www.meetup.com/JavaScript-Lisbon/)
147148

148-
## Scotland (UK) {#scotland-uk}
149+
## Scotland (Vương Quốc Anh) {#scotland-uk}
149150
* [Edinburgh](https://www.meetup.com/React-Scotland/)
150151

151152
## Singapore {#singapore}
152153
* [Singapore - React Knowledgeable](https://reactknowledgeable.org/)
153154

154-
## Spain {#spain}
155+
## Tây Ban Nha {#spain}
155156
* [Barcelona](https://www.meetup.com/ReactJS-Barcelona/)
156157
* [Canarias](https://www.meetup.com/React-Canarias/)
157158

158-
## Sweden {#sweden}
159+
## Thụy Điển {#sweden}
159160
* [Goteborg](https://www.meetup.com/ReactJS-Goteborg/)
160161

161-
## Switzerland {#switzerland}
162+
## Thụy Sỹ {#switzerland}
162163
* [Zurich](https://www.meetup.com/Zurich-ReactJS-Meetup/)
163164

164-
## Turkey {#turkey}
165+
## Thổ Nhĩ Kỳ {#turkey}
165166
* [Istanbul](https://kommunity.com/reactjs-istanbul)
166167

167-
## Ukraine {#ukraine}
168+
## Ukraina {#ukraine}
168169
* [Kyiv](https://www.meetup.com/Kyiv-ReactJS-Meetup)
169170

170-
## US {#us}
171+
## Mỹ {#us}
171172
* [Ann Arbor, MI - ReactJS](https://www.meetup.com/AnnArbor-jsx/)
172173
* [Atlanta, GA - ReactJS](https://www.meetup.com/React-ATL/)
173174
* [Austin, TX - ReactJS](https://www.meetup.com/ReactJS-Austin-Meetup/)
@@ -181,6 +182,7 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
181182
* [Dallas, TX - ReactJS](https://www.meetup.com/ReactDallas/)
182183
* [Dallas, TX - [Remote] React JS](https://www.meetup.com/React-JS-Group/)
183184
* [Detroit, MI - Detroit React User Group](https://www.meetup.com/Detroit-React-User-Group/)
185+
* [Indianapolis, IN - React.Indy](https://www.meetup.com/React-Indy)
184186
* [Irvine, CA - ReactJS](https://www.meetup.com/ReactJS-OC/)
185187
* [Kansas City, MO - ReactJS](https://www.meetup.com/Kansas-City-React-Meetup/)
186188
* [Las Vegas, NV - ReactJS](https://www.meetup.com/ReactVegas/)
@@ -193,6 +195,7 @@ Bạn đã có React.js meetup tại quốc gia của bạn chưa? Thêm nó và
193195
* [New York, NY - React Ladies](https://www.meetup.com/React-Ladies/)
194196
* [New York, NY - React Native](https://www.meetup.com/React-Native-NYC/)
195197
* [New York, NY - useReactNYC](https://www.meetup.com/useReactNYC/)
198+
* [Omaha, NE - ReactJS/React Native](https://www.meetup.com/omaha-react-meetup-group/)
196199
* [Palo Alto, CA - React Native](https://www.meetup.com/React-Native-Silicon-Valley/)
197200
* [Philadelphia, PA - ReactJS](https://www.meetup.com/Reactadelphia/)
198201
* [Phoenix, AZ - ReactJS](https://www.meetup.com/ReactJS-Phoenix/)

content/community/nav.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
- title: Nguồn cộng đồng
22
items:
33
- id: support
4-
title: Support
4+
title: Hỗ trợ
55
- id: team
66
title: Team
77
- id: courses
8-
title: Courses
8+
title: Các khóa học
99
- id: examples
10-
title: Examples
10+
title: Các dự án mẫu
1111
- id: meetups
12-
title: Meetups
12+
title: Các cuộc gặp gỡ
1313
- id: conferences
14-
title: Conferences
14+
title: Các hội nghị
1515
- id: articles
16-
title: Articles
16+
title: Bài viết
1717
- id: podcasts
1818
title: Podcasts
1919
- id: videos

content/community/support.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ redirect_from:
88
- "support.html"
99
---
1010

11-
React has a community of millions of developers.
11+
React có một cộng đồng hàng triệu lập trình viên.
1212

13-
On this page we've listed some React-related communities that you can be a part of; see the other pages in this section for additional online and in-person learning materials.
13+
Trên trang này chúng tôi đã liệt kê ra một số cộng đồng liên quan đến React mà bạn có thể tham gia; xem các trang khác trong phần này để biết thêm tài liệu học online và trực tiếp.
1414

15-
Before participating in React's communities, [please read our Code of Conduct](https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md). We have adopted the [Contributor Covenant](https://www.contributor-covenant.org/) and we expect that all community members adhere to the guidelines within.
15+
Trước khi tham gia vào cộng đồng React, [vui lòng đọc Quy tắc ứng xử của chúng tôi](https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md). Chúng tôi đã áp dụng [Giao ước cộng tác viên](https://www.contributor-covenant.org/) và chúng tôi hi vọng các thành viên trong cộng đồng sẽ tuân thủ các qui tắc.
1616

1717
## Stack Overflow {#stack-overflow}
1818

19-
Stack Overflow is a popular forum to ask code-level questions or if you're stuck with a specific error. Read through the [existing questions](https://stackoverflow.com/questions/tagged/reactjs) tagged with **reactjs** or [ask your own](https://stackoverflow.com/questions/ask?tags=reactjs)!
19+
Stack Overflow là một diễn đàn nổi tiếng để đặt các câu hỏi về code hoặc nếu bạn gặp một lỗi cụ thể. Đọc qua [câu hỏi hiện có](https://stackoverflow.com/questions/tagged/reactjs) được gắn thẻ **reactjs** hoặc [câu hỏi của riêng bạn](https://stackoverflow.com/questions/ask?tags=reactjs)!
2020

21-
## Popular Discussion Forums {#popular-discussion-forums}
21+
## Diễn đàn thảo luận phổ biến {#popular-discussion-forums}
2222

23-
There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React. If you have an answerable code-level question, Stack Overflow is usually a better fit.
23+
Có rất nhiều diễn đàn online là nơi tuyệt vời để thảo luận về phương pháp hay nhất và kiến trúc ứng dụng cũng như tương lai của React. Nếu bạn có một câu hỏi về code có thể trả lời được, Stack Overflow là một nơi phù hợp.
2424

25-
Each community consists of many thousands of React users.
25+
Mỗi cộng đồng bao gồm hàng nghìn người dùng React.
2626

27-
* [DEV's React community](https://dev.to/t/react)
28-
* [Hashnode's React community](https://hashnode.com/n/reactjs)
29-
* [Reactiflux online chat](https://discord.gg/reactiflux)
30-
* [Reddit's React community](https://www.reddit.com/r/reactjs/)
31-
* [Spectrum's React community](https://spectrum.chat/react)
27+
* [Cộng đồng React của DEV](https://dev.to/t/react)
28+
* [Cộng đồng React của Hashnode](https://hashnode.com/n/reactjs)
29+
* [Trò chuyện online với Reactiflux](https://discord.gg/reactiflux)
30+
* [Cộng đồng React của Reddit](https://www.reddit.com/r/reactjs/)
31+
* [Cộng đồng React của Spectrum](https://spectrum.chat/react)
3232

33-
## News {#news}
33+
## Tin tức {#news}
3434

35-
For the latest news about React, [follow **@reactjs** on Twitter](https://twitter.com/reactjs) and the [official React blog](/blog/) on this website.
35+
Để biết thêm tin tức mới nhất về React, [theo dõi **@reactjs** trên Twitter](https://twitter.com/reactjs) [blog chính thức của React](/blog/) trên trang này.

content/docs/add-react-to-a-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: add-react-to-a-website
3-
title: Add React to a Website
3+
title: Thêm React vào một Website
44
permalink: docs/add-react-to-a-website.html
55
redirect_from:
66
- "docs/add-react-to-an-existing-app.html"

content/docs/addons-pure-render-mixin.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ layout: docs
66
category: Add-Ons
77
---
88

9-
> Note:
9+
> Lưu ý:
1010
>
11-
> `PureRenderMixin` is a legacy add-on. Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
11+
> `PureRenderMixin` được kế thừa từ add-on. Sử dụng [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) thay thế.
1212
1313
**Importing**
1414

1515
```javascript
1616
import PureRenderMixin from 'react-addons-pure-render-mixin'; // ES6
17-
var PureRenderMixin = require('react-addons-pure-render-mixin'); // ES5 with npm
17+
var PureRenderMixin = require('react-addons-pure-render-mixin'); // ES5 với npm
1818
```
1919

20-
## Overview {#overview}
20+
## Tổng quát {#overview}
2121

22-
If your React component's render function renders the same result given the same props and state, you can use this mixin for a performance boost in some cases.
22+
Nếu function render của React component của bạn hiển thị cùng một kết quả với cùng prop và state, bạn có thể sử dụng mixin để tăng hiệu suất trong một số trường hợp.
2323

24-
Example:
24+
Ví dụ:
2525

2626
```js
2727
const createReactClass = require('create-react-class');
@@ -35,10 +35,10 @@ createReactClass({
3535
});
3636
```
3737

38-
Under the hood, the mixin implements [shouldComponentUpdate](/docs/component-specs.html#updating-shouldcomponentupdate), in which it compares the current props and state with the next ones and returns `false` if the equalities pass.
38+
Xem xét một cách kỹ lưỡng, mixin thực hiện [shouldComponentUpdate](/docs/component-specs.html#updating-shouldcomponentupdate), trong đó nó so sánh prop và state hiện tại với những cái tiếp theo và trả về `false` nếu chúng bằng nhau.
3939

40-
> Note:
40+
> Lưu ý:
4141
>
42-
> This only shallowly compares the objects. If these contain complex data structures, it may produce false-negatives for deeper differences. Only mix into components which have simple props and state, or use `forceUpdate()` when you know deep data structures have changed. Or, consider using [immutable objects](https://facebook.github.io/immutable-js/) to facilitate fast comparisons of nested data.
42+
> Đây chỉ là so sánh nông với các object. Nếu object chứa cấu trúc dữ liệu phức tạp, nó có thể tạo ra các trường hợp sai đối với sự khác nhau sâu trong nhiều cấp của object. Chỉ được dùng đối với component có prop và state đơn giản, hoặc dùng `forceUpdate()` khi bạn biết cấu trúc dữ liệu sâu bên trong đã thay đổi. Có thể cân nhắc sử dụng [immutable objects](https://facebook.github.io/immutable-js/) để dễ dàng so sánh các dữ liệu lồng nhau.
4343
>
44-
> Furthermore, `shouldComponentUpdate` skips updates for the whole component subtree. Make sure all the children components are also "pure".
44+
> Hơn nữa, `shouldComponentUpdate` bỏ qua cập nhật toàn bộ các component con. Hãy đảm bảo rằng tất cả các component con cũng là "pure".

0 commit comments

Comments
 (0)