Introduction to React.js | Installation, JSX, and Custom Components - Day 1
Learn how react works and how you create your own components of the desired name on react to increase reusability and composability.
Sep 5, 20227 min read263

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.
Learn how react works and how you create your own components of the desired name on react to increase reusability and composability.

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

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.
