I\'m trying to convert a jQuery component to React.js and one of the things I\'m having difficulty with is rendering n number of elements based on a for loop.
I un
I think this is the easiest way to loop in react js
{yourarray.map((item)=>{item})}