for with react code example Example: react for loop <tbody> {[...Array(10)].map((x, i) => <ObjectRow key={i} /> )} </tbody>