Tag: iterate over an array
-
React – iterate from array
example you have an array of products in data.js then you can use the code in app.js to iterate over this using map function like below, when you just type data inside curly braces, it should prompt you to import data.js in app.js.Else you should manually import data.js like below:import data from “./data”; Note: when…