#content
Este item contém conteúdos que não estão traduzidos
Como este item contém um conteúdo que não está hospedado no Coursera, ele não será traduzido para o seu idioma preferido.
Here is a list of additional resources for Rendering Lists in React:
-
Map() (opens in a new tab) allows you to create new arrays populated with the results of calling a transformation function on every element.
-
Rendering lists on official React docs website (opens in a new tab) dives deeper into how to display multiple similar components from a collection of data, providing examples of both filtering and transformations.
-
React keys on official docs (opens in a new tab) offers a comprehensive set of memotecnic rules to reinforce how to use keys properly.