Last active
October 23, 2018 19:17
-
-
Save luciotbc/c54e9e45c0ccda1254f010f06e1163f0 to your computer and use it in GitHub Desktop.
BestPracticesForReact04_ListItens.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const listItems = numbers.map((number) => | |
<li key={number.toString()}>{number}</li> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment