Let's walk though the new beta React docs and display multiple similar components from a collection of data. We will use the JavaScript array methods to manipulate an array of data using filter() and map() in React to filter and transform our array of data into an array of components.
https://beta.reactjs.org/learn/render...