Author: vietanh

Keys trong React 5/5 (3)

Trong React khi chúng ta render nhiều component bằng 1 hàm map, ví dụ: this.state.users.map((user, i) => <Row user={user} key={i} />) chúng ta sẽ thấy React thông báo 1 warning trong console như sau: “Warning: Each child in…

Read More »