Skip to content

Instantly share code, notes, and snippets.

@Shadid12
Created November 26, 2019 18:06
Show Gist options
  • Save Shadid12/dbfe02236495f346cea5038e8d211ce8 to your computer and use it in GitHub Desktop.
Save Shadid12/dbfe02236495f346cea5038e8d211ce8 to your computer and use it in GitHub Desktop.
return (
<div>
{cards.map(card => (
<Factory component={card} />
))}
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment