Skip to content

Instantly share code, notes, and snippets.

[...Array(10)].map((_, i) => {
return <ListGroupProduct key={i} />
})
// OR - Create 10 items from object
const item = {
clientQuote: "",
clientName: "",
clientOrganization: "",