I am new to React.js. I am trying to bind data arrays. I am looking for the equivalent of ng-repeat, but i can\'t find it inside documentation.
e.g:
var
Should just be:
{data.map(i => {i})}