ReactJS Tutorial - 17 - List Rendering
Facebook - https://www.facebook.com/codevolutionweb
Github - https://github.com/gopinav
Business - [email protected]
When you build web applications, a common scenario is to display a list of items. For example, a list of names,
a list of products, a list of courses and so on. So what we want to is to repeat some HTML for each item in the list.
In this video, lets take a look at list rendering in React.