Skip to content

Instantly share code, notes, and snippets.

@luciotbc
Last active October 23, 2018 19:17
Show Gist options
  • Save luciotbc/c54e9e45c0ccda1254f010f06e1163f0 to your computer and use it in GitHub Desktop.
Save luciotbc/c54e9e45c0ccda1254f010f06e1163f0 to your computer and use it in GitHub Desktop.
BestPracticesForReact04_ListItens.jsx
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