Different ways to passing props and mapping in Reactjs - Day 3
We will learn how we can map over data to create components of our choice. Then we will check some ways to pass or receive props.
Sep 9, 20225 min read2.6K

Search for a command to run...

Series
I will discuss Reactjs from scratch in this series for 10 days. This series will be for beginners who have intermediate-level experience with javascript, HTML, and CSS.
We will learn how we can map over data to create components of our choice. Then we will check some ways to pass or receive props.

We will learn, what are props, different ways of passing props, and how they help to make reusable components.

Learn how react works and how you create your own components of the desired name on react to increase reusability and composability.
