ReactJS Tutorial - 17 - List Rendering

Опубликовано: 10 Декабрь 2018
на канале: Codevolution
536,569
5.8k

📘 Courses - https://learn.codevolution.dev/
💖 Support UPI - https://support.codevolution.dev/
💖 Support PayPal - https://www.paypal.me/Codevolution
💾 Github - https://github.com/gopinav

📱 Follow Codevolution
Twitter -   / codevolutionweb  
Facebook -   / codevolutionweb  

📫 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.