react-card-flip
react-card-flip copied to clipboard
mapping items
I have 3 cards and I display them via Array.map.
Each card has a button and when I click on it, all 3 cards turn over, not just one
You'll need to manage the flip state of each card separately.