${product} meaning in react js code example
Example: ${product} meaning in react js
<a href={'/product/${product._id}'}>
<Card.Img src={product.image}/>
</a>
<a href={'/product/${product._id}'}>
<Card.Img src={product.image}/>
</a>