Skip to content

Commit 1332ff9

Browse files
committed
docs: translate intro and you will learn
1 parent 7c41230 commit 1332ff9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/learn/rendering-lists.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Rendering Lists
2+
title: Me-render List
33
---
44

55
<Intro>
66

7-
You will often want to display multiple similar components from a collection of data. You can use the [JavaScript array methods](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array#) to manipulate an array of data. On this page, you'll use [`filter()`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/filter) and [`map()`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map) with React to filter and transform your array of data into an array of components.
7+
Anda mungkin ingin menampilkan beberapa komponen yang mirip dari sebuah kumpulan data. Anda dapat menggunakan [*method* senarai (array) JavaScript](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array#) untuk memanipulasi sebuah senarai data. Pada halaman ini, Anda akan menggunakan *method* [`filter()`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/filter) dan [`map()`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map) dengan React untuk menyaring dan mengubah senarai data tersebut menjadi sebuah senarai komponen.
88

99
</Intro>
1010

1111
<YouWillLearn>
1212

13-
* How to render components from an array using JavaScript's `map()`
14-
* How to render only specific components using JavaScript's `filter()`
15-
* When and why to use React keys
13+
* Bagaimana me-*render* komponen-komponen dari sebuah senarai menggunakan *method* `map()`
14+
* Bagaimana me-*render* beberapa komponen spesifik menggunakan *method* `filter()`
15+
* Kapan dan mengapa menggunakan React *keys*
1616

1717
</YouWillLearn>
1818

0 commit comments

Comments
 (0)