Export Images
Explore how to properly import flag images and export them as an array of objects in ReactJS. This lesson helps you manage image data with properties like source and matched status, an important step in building the Asia Explorer memory game.
We'll cover the following...
We'll cover the following...
Here, we update our ImageData.js file, import the images from the images folder in the ImageData.js file, and export the cardImages array of objects with the src and matched properties.
Add images
Here’s how to import the images:
import BHUTAN from ...