Components can be treated like any other JSX element. In Module 7.1.2: Rendering in a Loop, we created an array of <li> elements in a loop. In the following example we create a list of BigNumber components in a loop. We can then render the list of BigNumber components by referencing it in a JSX element with {listItems}.