React Tips — Rendering Lists, Dynamic Components, and Default Props

John Au-Yeung
The Startup
Published in
4 min readMay 17, 2020

--

Photo by Dušan Smetana on Unsplash

React is the most used front end library for building modern, interactive front end web apps. It can also be used to build mobile apps.

In this article, we’ll look at how to render lists in React components, rendering components dynamically, and setting default props.

Rendering Lists

--

--