Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Last active April 18, 2021 00:49
Show Gist options
  • Save davidgilbertson/14c2c8dbb1fc6295e0ecc4224b90e3a1 to your computer and use it in GitHub Desktop.
Save davidgilbertson/14c2c8dbb1fc6295e0ecc4224b90e3a1 to your computer and use it in GitHub Desktop.
<List
items={products}
renderItem={product => (
<p>
{product.name}: ${product.proice}
</p>
)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment